Html Css Color HEX #D07381 Charm

📋 copy color: '#D07381'

red 208 ◦ green 115 ◦ blue 129

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

Shades of Charm #D07381

Tints of Charm #D07381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.44%

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

R = 46.02%
G = 25.44%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07381 (or 0xD07381) is known color: Charm. HEX triplet: D0, 73 and 81. RGB value is (208,115,129). Sum of RGB (Red+Green+Blue) = 208+115+129=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 115 (45.31% from 255 or 25.44% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D07381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07381 is #2F8C7E. Grayscale: #909090. Windows color (decimal): -3116159 or 8483792. OLE color: 8483792.

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

Color convert

RGB 208 115 129 -
CMYK 0 0.45 0.38 0.18
HSL 350.97º 0.5% 0.63% -
HSV(B) 350.97º 0.45% 0.82% -
XYZ 36.11 27.26 24.13 -
YUV 144.4 119.31 173.36 -
System Red Green Blue C M Y K H S L
Decimal 208 115 129 0 0.45 0.38 0.18 350.97 0.5 0.63
Hex D0 73 81 0 2D 26 12 15F 32 3F
Octal 320 163 201 0 55 46 22 537 62 77
Binary 11010000 1110011 10000001 0 101101 100110 10010 101011111 110010 111111

Color Harmonies of #D07381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07381

Black with #D07381

Text Example


Text Example

White with #D07381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07381; }

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

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

background-color css

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

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

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

border-color css

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

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

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