Html Css Color HEX #D67D80 Charm

📋 copy color: '#D67D80'

red 214 ◦ green 125 ◦ blue 128

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

Shades of Charm #D67D80

Tints of Charm #D67D80

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

 BLUE value IS 128 (50.39% from 255) = 27.41%

R = 45.82%
G = 26.77%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D67D80 (or 0xD67D80) is known color: Charm. HEX triplet: D6, 7D and 80. RGB value is (214,125,128). Sum of RGB (Red+Green+Blue) = 214+125+128=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D80 is #29827F. Grayscale: #989898. Windows color (decimal): -2720384 or 8420822. OLE color: 8420822.

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

Color convert

RGB 214 125 128 -
CMYK 0 0.42 0.40 0.16
HSL 357.98º 0.52% 0.66% -
HSV(B) 357.98º 0.42% 0.84% -
XYZ 38.96 30.52 24.26 -
YUV 151.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 214 125 128 0 0.42 0.40 0.16 357.98 0.52 0.66
Hex D6 7D 80 0 2A 28 10 166 34 42
Octal 326 175 200 0 52 50 20 546 64 102
Binary 11010110 1111101 10000000 0 101010 101000 10000 101100110 110100 1000010

Color Harmonies of #D67D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D80

Black with #D67D80

Text Example


Text Example

White with #D67D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D80; }

 p { color: rgb(214,125,128); }

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

background-color css

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

 a { background-color: rgb(214,125,128); }

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

border-color css

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

 span { border-color: rgb(214,125,128); }

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