Html Css Color HEX #DA66D1 Orchid

📋 copy color: '#DA66D1'

red 218 ◦ green 102 ◦ blue 209

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

Shades of Orchid #DA66D1

Tints of Orchid #DA66D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.51%

R = 41.21%
G = 19.28%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DA66D1 (or 0xDA66D1) is known color: Orchid. HEX triplet: DA, 66 and D1. RGB value is (218,102,209). Sum of RGB (Red+Green+Blue) = 218+102+209=529 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.21% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66D1 is #25992E. Grayscale: #949494. Windows color (decimal): -2464047 or 13723354. OLE color: 13723354.

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

Color convert

RGB 218 102 209 -
CMYK 0 0.53 0.04 0.15
HSL 304.66º 0.61% 0.63% -
HSV(B) 304.66º 0.53% 0.85% -
XYZ 45.17 29.01 63.54 -
YUV 148.88 161.93 177.3 -
System Red Green Blue C M Y K H S L
Decimal 218 102 209 0 0.53 0.04 0.15 304.66 0.61 0.63
Hex DA 66 D1 0 35 4 F 131 3D 3F
Octal 332 146 321 0 65 4 17 461 75 77
Binary 11011010 1100110 11010001 0 110101 100 1111 100110001 111101 111111

Color Harmonies of #DA66D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66D1

Black with #DA66D1

Text Example


Text Example

White with #DA66D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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