Html Css Color HEX #D66983 Charm

📋 copy color: '#D66983'

red 214 ◦ green 105 ◦ blue 131

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

Shades of Charm #D66983

Tints of Charm #D66983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.11%

R = 47.56%
G = 23.33%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D66983 (or 0xD66983) is known color: Charm. HEX triplet: D6, 69 and 83. RGB value is (214,105,131). Sum of RGB (Red+Green+Blue) = 214+105+131=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D66983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66983 is #29967C. Grayscale: #8C8C8C. Windows color (decimal): -2725501 or 8612310. OLE color: 8612310.

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

Color convert

RGB 214 105 131 -
CMYK 0 0.51 0.39 0.16
HSL 345.69º 0.57% 0.63% -
HSV(B) 345.69º 0.51% 0.84% -
XYZ 36.88 26.04 24.55 -
YUV 140.56 122.61 180.39 -
System Red Green Blue C M Y K H S L
Decimal 214 105 131 0 0.51 0.39 0.16 345.69 0.57 0.63
Hex D6 69 83 0 33 27 10 15A 39 3F
Octal 326 151 203 0 63 47 20 532 71 77
Binary 11010110 1101001 10000011 0 110011 100111 10000 101011010 111001 111111

Color Harmonies of #D66983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66983

Black with #D66983

Text Example


Text Example

White with #D66983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66983; }

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

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

background-color css

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

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

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

border-color css

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

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

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