Html Css Color HEX #DA66B7 Orchid

📋 copy color: '#DA66B7'

red 218 ◦ green 102 ◦ blue 183

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

Shades of Orchid #DA66B7

Tints of Orchid #DA66B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.38%

R = 43.34%
G = 20.28%
B = 36.38%

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

#DA66B7 (or 0xDA66B7) is known color: Orchid. HEX triplet: DA, 66 and B7. RGB value is (218,102,183). Sum of RGB (Red+Green+Blue) = 218+102+183=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66B7 is #259948. Grayscale: #919191. Windows color (decimal): -2464073 or 12019418. OLE color: 12019418.

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

Color convert

RGB 218 102 183 -
CMYK 0 0.53 0.16 0.15
HSL 318.1º 0.61% 0.63% -
HSV(B) 318.1º 0.53% 0.85% -
XYZ 42.21 27.83 47.95 -
YUV 145.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 218 102 183 0 0.53 0.16 0.15 318.1 0.61 0.63
Hex DA 66 B7 0 35 10 F 13E 3D 3F
Octal 332 146 267 0 65 20 17 476 75 77
Binary 11011010 1100110 10110111 0 110101 10000 1111 100111110 111101 111111

Color Harmonies of #DA66B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66B7

Black with #DA66B7

Text Example


Text Example

White with #DA66B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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