Html Css Color HEX #D67581 Charm

📋 copy color: '#D67581'

red 214 ◦ green 117 ◦ blue 129

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

Shades of Charm #D67581

Tints of Charm #D67581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.43%

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

R = 46.52%
G = 25.43%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D67581 (or 0xD67581) is known color: Charm. HEX triplet: D6, 75 and 81. RGB value is (214,117,129). Sum of RGB (Red+Green+Blue) = 214+117+129=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D67581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67581 is #298A7E. Grayscale: #939393. Windows color (decimal): -2722431 or 8484310. OLE color: 8484310.

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

Color convert

RGB 214 117 129 -
CMYK 0 0.45 0.40 0.16
HSL 352.58º 0.54% 0.65% -
HSV(B) 352.58º 0.45% 0.84% -
XYZ 38.06 28.6 24.28 -
YUV 147.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 214 117 129 0 0.45 0.40 0.16 352.58 0.54 0.65
Hex D6 75 81 0 2D 28 10 161 36 41
Octal 326 165 201 0 55 50 20 541 66 101
Binary 11010110 1110101 10000001 0 101101 101000 10000 101100001 110110 1000001

Color Harmonies of #D67581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67581

Black with #D67581

Text Example


Text Example

White with #D67581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67581; }

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

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

background-color css

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

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

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

border-color css

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

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

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