Html Css Color HEX #DA66B8 Orchid

📋 copy color: '#DA66B8'

red 218 ◦ green 102 ◦ blue 184

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

Shades of Orchid #DA66B8

Tints of Orchid #DA66B8

RGB

 RED value IS 218 (85.55% from 255) = 43.25%

 GREEN value IS 102 (40.23% from 255) = 20.24%

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 43.25%
G = 20.24%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#DA66B8 (or 0xDA66B8) is known color: Orchid. HEX triplet: DA, 66 and B8. RGB value is (218,102,184). Sum of RGB (Red+Green+Blue) = 218+102+184=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66B8 is #259947. Grayscale: #919191. Windows color (decimal): -2464072 or 12084954. OLE color: 12084954.

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

Color convert

RGB 218 102 184 -
CMYK 0 0.53 0.16 0.15
HSL 317.59º 0.61% 0.63% -
HSV(B) 317.59º 0.53% 0.85% -
XYZ 42.32 27.87 48.5 -
YUV 146.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 218 102 184 0 0.53 0.16 0.15 317.59 0.61 0.63
Hex DA 66 B8 0 35 10 F 13E 3D 3F
Octal 332 146 270 0 65 20 17 476 75 77
Binary 11011010 1100110 10111000 0 110101 10000 1111 100111110 111101 111111

Color Harmonies of #DA66B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66B8

Black with #DA66B8

Text Example


Text Example

White with #DA66B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66B8; }

 p { color: rgb(218,102,184); }

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

background-color css

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

 a { background-color: rgb(218,102,184); }

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

border-color css

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

 span { border-color: rgb(218,102,184); }

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