Html Css Color HEX #D67988 Charm

📋 copy color: '#D67988'

red 214 ◦ green 121 ◦ blue 136

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

Shades of Charm #D67988

Tints of Charm #D67988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.69%

 BLUE value IS 136 (53.52% from 255) = 28.87%

R = 45.44%
G = 25.69%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D67988 (or 0xD67988) is known color: Charm. HEX triplet: D6, 79 and 88. RGB value is (214,121,136). Sum of RGB (Red+Green+Blue) = 214+121+136=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 121 (47.66% from 255 or 25.69% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D67988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67988 is #298677. Grayscale: #969696. Windows color (decimal): -2721400 or 8944086. OLE color: 8944086.

HSL color Cylindrical-coordinate representation of color #D67988: hue angle of 350.32º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67988 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 121 136 -
CMYK 0 0.43 0.36 0.16
HSL 350.32º 0.53% 0.66% -
HSV(B) 350.32º 0.43% 0.84% -
XYZ 39.01 29.75 26.98 -
YUV 150.52 119.81 173.28 -
System Red Green Blue C M Y K H S L
Decimal 214 121 136 0 0.43 0.36 0.16 350.32 0.53 0.66
Hex D6 79 88 0 2B 24 10 15E 35 42
Octal 326 171 210 0 53 44 20 536 65 102
Binary 11010110 1111001 10001000 0 101011 100100 10000 101011110 110101 1000010

Color Harmonies of #D67988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67988

Black with #D67988

Text Example


Text Example

White with #D67988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67988; }

 p { color: rgb(214,121,136); }

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

background-color css

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

 a { background-color: rgb(214,121,136); }

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

border-color css

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

 span { border-color: rgb(214,121,136); }

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