Html Css Color HEX #D07181 Charm

📋 copy color: '#D07181'

red 208 ◦ green 113 ◦ blue 129

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

Shades of Charm #D07181

Tints of Charm #D07181

RGB

 RED value IS 208 (81.64% from 255) = 46.22%

 GREEN value IS 113 (44.53% from 255) = 25.11%

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

R = 46.22%
G = 25.11%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07181 (or 0xD07181) is known color: Charm. HEX triplet: D0, 71 and 81. RGB value is (208,113,129). Sum of RGB (Red+Green+Blue) = 208+113+129=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 129 (50.78% from 255 or 28.67% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D07181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07181 is #2F8E7E. Grayscale: #8F8F8F. Windows color (decimal): -3116671 or 8483280. OLE color: 8483280.

HSL color Cylindrical-coordinate representation of color #D07181: hue angle of 349.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D07181 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 129 -
CMYK 0 0.46 0.38 0.18
HSL 349.89º 0.5% 0.63% -
HSV(B) 349.89º 0.46% 0.82% -
XYZ 35.88 26.81 24.05 -
YUV 143.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 208 113 129 0 0.46 0.38 0.18 349.89 0.5 0.63
Hex D0 71 81 0 2E 26 12 15E 32 3F
Octal 320 161 201 0 56 46 22 536 62 77
Binary 11010000 1110001 10000001 0 101110 100110 10010 101011110 110010 111111

Color Harmonies of #D07181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07181

Black with #D07181

Text Example


Text Example

White with #D07181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07181; }

 p { color: rgb(208,113,129); }

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

background-color css

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

 a { background-color: rgb(208,113,129); }

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

border-color css

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

 span { border-color: rgb(208,113,129); }

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