Html Css Color HEX #DA66D0 Orchid

📋 copy color: '#DA66D0'

red 218 ◦ green 102 ◦ blue 208

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

Shades of Orchid #DA66D0

Tints of Orchid #DA66D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.39%

R = 41.29%
G = 19.32%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DA66D0 (or 0xDA66D0) is known color: Orchid. HEX triplet: DA, 66 and D0. RGB value is (218,102,208). Sum of RGB (Red+Green+Blue) = 218+102+208=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 208 (81.64% from 255 or 39.39% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66D0 is #25992F. Grayscale: #949494. Windows color (decimal): -2464048 or 13657818. OLE color: 13657818.

HSL color Cylindrical-coordinate representation of color #DA66D0: hue angle of 305.17º 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 #DA66D0 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 102 208 -
CMYK 0 0.53 0.05 0.15
HSL 305.17º 0.61% 0.63% -
HSV(B) 305.17º 0.53% 0.85% -
XYZ 45.05 28.96 62.89 -
YUV 148.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 218 102 208 0 0.53 0.05 0.15 305.17 0.61 0.63
Hex DA 66 D0 0 35 5 F 131 3D 3F
Octal 332 146 320 0 65 5 17 461 75 77
Binary 11011010 1100110 11010000 0 110101 101 1111 100110001 111101 111111

Color Harmonies of #DA66D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66D0

Black with #DA66D0

Text Example


Text Example

White with #DA66D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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