Html Css Color HEX #DA66DB Orchid

📋 copy color: '#DA66DB'

red 218 ◦ green 102 ◦ blue 219

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

Shades of Orchid #DA66DB

Tints of Orchid #DA66DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.63%

R = 40.45%
G = 18.92%
B = 40.63%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA66DB (or 0xDA66DB) is known color: Orchid. HEX triplet: DA, 66 and DB. RGB value is (218,102,219). Sum of RGB (Red+Green+Blue) = 218+102+219=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 102 (40.23% from 255 or 18.92% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA66DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66DB is #259924. Grayscale: #959595. Windows color (decimal): -2464037 or 14378714. OLE color: 14378714.

HSL color Cylindrical-coordinate representation of color #DA66DB: hue angle of 299.49º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA66DB is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 102 219 -
CMYK 0.00 0.53 0 0.14
HSL 299.49º 0.62% 0.63% -
HSV(B) 299.49º 0.53% 0.86% -
XYZ 46.45 29.52 70.27 -
YUV 150.02 166.93 176.49 -
System Red Green Blue C M Y K H S L
Decimal 218 102 219 0.00 0.53 0 0.14 299.49 0.62 0.63
Hex DA 66 DB 0 35 0 E 12B 3E 3F
Octal 332 146 333 0 65 0 16 453 76 77
Binary 11011010 1100110 11011011 0 110101 0 1110 100101011 111110 111111

Color Harmonies of #DA66DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66DB

Black with #DA66DB

Text Example


Text Example

White with #DA66DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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