Html Css Color HEX #D67D81 Charm

📋 copy color: '#D67D81'

red 214 ◦ green 125 ◦ blue 129

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

Shades of Charm #D67D81

Tints of Charm #D67D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.56%

R = 45.73%
G = 26.71%
B = 27.56%

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

#D67D81 (or 0xD67D81) is known color: Charm. HEX triplet: D6, 7D and 81. RGB value is (214,125,129). Sum of RGB (Red+Green+Blue) = 214+125+129=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 125 (49.22% from 255 or 26.71% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D67D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67D81 is #29827E. Grayscale: #989898. Windows color (decimal): -2720383 or 8486358. OLE color: 8486358.

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

Color convert

RGB 214 125 129 -
CMYK 0 0.42 0.40 0.16
HSL 357.3º 0.52% 0.66% -
HSV(B) 357.3º 0.42% 0.84% -
XYZ 39.03 30.55 24.61 -
YUV 152.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 214 125 129 0 0.42 0.40 0.16 357.3 0.52 0.66
Hex D6 7D 81 0 2A 28 10 165 34 42
Octal 326 175 201 0 52 50 20 545 64 102
Binary 11010110 1111101 10000001 0 101010 101000 10000 101100101 110100 1000010

Color Harmonies of #D67D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67D81

Black with #D67D81

Text Example


Text Example

White with #D67D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67D81; }

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

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

background-color css

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

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

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

border-color css

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

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

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