Html Css Color HEX #DD67BA Orchid

📋 copy color: '#DD67BA'

red 221 ◦ green 103 ◦ blue 186

#DD67BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #DD67BA

Tints of Orchid #DD67BA

RGB

 RED value IS 221 (86.72% from 255) = 43.33%

 GREEN value IS 103 (40.63% from 255) = 20.2%

 BLUE value IS 186 (73.05% from 255) = 36.47%

R = 43.33%
G = 20.2%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD67BA (or 0xDD67BA) is known color: Orchid. HEX triplet: DD, 67 and BA. RGB value is (221,103,186). Sum of RGB (Red+Green+Blue) = 221+103+186=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67BA is #229845. Grayscale: #939393. Windows color (decimal): -2267206 or 12216285. OLE color: 12216285.

HSL color Cylindrical-coordinate representation of color #DD67BA: hue angle of 317.8º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67BA is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 103 186 -
CMYK 0 0.53 0.16 0.13
HSL 317.8º 0.63% 0.64% -
HSV(B) 317.8º 0.53% 0.87% -
XYZ 43.53 28.62 49.68 -
YUV 147.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 221 103 186 0 0.53 0.16 0.13 317.8 0.63 0.64
Hex DD 67 BA 0 35 10 D 13E 3F 40
Octal 335 147 272 0 65 20 15 476 77 100
Binary 11011101 1100111 10111010 0 110101 10000 1101 100111110 111111 1000000

Color Harmonies of #DD67BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD67BA

Black with #DD67BA

Text Example


Text Example

White with #DD67BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD67BA; }

 p { color: rgb(221,103,186); }

 H1.HeaderClassName
 {
   color: #DD67BA;
 }
 .AnyTagClassName
 {
   color: #DD67BA;
 }
</style>

background-color css

<style>
 a { background-color: #DD67BA; }

 a { background-color: rgb(221,103,186); }

 div.DivClassName
 {
   background-color: #DD67BA;
 }
 .BgClassName
 {
   background-color: #DD67BA;
 }
</style>

border-color css

<style>
 span { border-color: #DD67BA; }

 span { border-color: rgb(221,103,186); }

 td.TdClassName
 {
   border-color: #DD67BA;
 }
 .TagClassName
 {
   border-color: #DD67BA;
 }
</style>