Html Css Color HEX #DA66BE Orchid

📋 copy color: '#DA66BE'

red 218 ◦ green 102 ◦ blue 190

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

Shades of Orchid #DA66BE

Tints of Orchid #DA66BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 42.75%
G = 20%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#DA66BE (or 0xDA66BE) is known color: Orchid. HEX triplet: DA, 66 and BE. RGB value is (218,102,190). Sum of RGB (Red+Green+Blue) = 218+102+190=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66BE is #259941. Grayscale: #929292. Windows color (decimal): -2464066 or 12478170. OLE color: 12478170.

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

Color convert

RGB 218 102 190 -
CMYK 0 0.53 0.13 0.15
HSL 314.48º 0.61% 0.63% -
HSV(B) 314.48º 0.53% 0.85% -
XYZ 42.96 28.13 51.88 -
YUV 146.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 218 102 190 0 0.53 0.13 0.15 314.48 0.61 0.63
Hex DA 66 BE 0 35 D F 13A 3D 3F
Octal 332 146 276 0 65 15 17 472 75 77
Binary 11011010 1100110 10111110 0 110101 1101 1111 100111010 111101 111111

Color Harmonies of #DA66BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA66BE

Black with #DA66BE

Text Example


Text Example

White with #DA66BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA66BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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