Html Css Color HEX #D67C81 Charm

📋 copy color: '#D67C81'

red 214 ◦ green 124 ◦ blue 129

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

Shades of Charm #D67C81

Tints of Charm #D67C81

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.55%

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

R = 45.82%
G = 26.55%
B = 27.62%

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

#D67C81 (or 0xD67C81) is known color: Charm. HEX triplet: D6, 7C and 81. RGB value is (214,124,129). Sum of RGB (Red+Green+Blue) = 214+124+129=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67C81 is #29837E. Grayscale: #979797. Windows color (decimal): -2720639 or 8486102. OLE color: 8486102.

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

Color convert

RGB 214 124 129 -
CMYK 0 0.42 0.40 0.16
HSL 356.67º 0.52% 0.66% -
HSV(B) 356.67º 0.42% 0.84% -
XYZ 38.9 30.3 24.57 -
YUV 151.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 214 124 129 0 0.42 0.40 0.16 356.67 0.52 0.66
Hex D6 7C 81 0 2A 28 10 165 34 42
Octal 326 174 201 0 52 50 20 545 64 102
Binary 11010110 1111100 10000001 0 101010 101000 10000 101100101 110100 1000010

Color Harmonies of #D67C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67C81

Black with #D67C81

Text Example


Text Example

White with #D67C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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