Html Css Color HEX #D66985 Charm

📋 copy color: '#D66985'

red 214 ◦ green 105 ◦ blue 133

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

Shades of Charm #D66985

Tints of Charm #D66985

RGB

 RED value IS 214 (83.98% from 255) = 47.35%

 GREEN value IS 105 (41.41% from 255) = 23.23%

 BLUE value IS 133 (52.34% from 255) = 29.42%

R = 47.35%
G = 23.23%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D66985 (or 0xD66985) is known color: Charm. HEX triplet: D6, 69 and 85. RGB value is (214,105,133). Sum of RGB (Red+Green+Blue) = 214+105+133=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D66985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66985 is #29967A. Grayscale: #8C8C8C. Windows color (decimal): -2725499 or 8743382. OLE color: 8743382.

HSL color Cylindrical-coordinate representation of color #D66985: hue angle of 344.59º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66985 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 133 -
CMYK 0 0.51 0.38 0.16
HSL 344.59º 0.57% 0.63% -
HSV(B) 344.59º 0.51% 0.84% -
XYZ 37.02 26.09 25.28 -
YUV 140.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 214 105 133 0 0.51 0.38 0.16 344.59 0.57 0.63
Hex D6 69 85 0 33 26 10 159 39 3F
Octal 326 151 205 0 63 46 20 531 71 77
Binary 11010110 1101001 10000101 0 110011 100110 10000 101011001 111001 111111

Color Harmonies of #D66985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66985

Black with #D66985

Text Example


Text Example

White with #D66985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66985; }

 p { color: rgb(214,105,133); }

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

background-color css

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

 a { background-color: rgb(214,105,133); }

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

border-color css

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

 span { border-color: rgb(214,105,133); }

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