Html Css Color HEX #D07185 Charm

📋 copy color: '#D07185'

red 208 ◦ green 113 ◦ blue 133

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

Shades of Charm #D07185

Tints of Charm #D07185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 45.81%
G = 24.89%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D07185 (or 0xD07185) is known color: Charm. HEX triplet: D0, 71 and 85. RGB value is (208,113,133). Sum of RGB (Red+Green+Blue) = 208+113+133=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D07185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07185 is #2F8E7A. Grayscale: #8F8F8F. Windows color (decimal): -3116667 or 8745424. OLE color: 8745424.

HSL color Cylindrical-coordinate representation of color #D07185: hue angle of 347.37º 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 #D07185 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 133 -
CMYK 0 0.46 0.36 0.18
HSL 347.37º 0.5% 0.63% -
HSV(B) 347.37º 0.46% 0.82% -
XYZ 36.15 26.91 25.48 -
YUV 143.69 121.97 173.87 -
System Red Green Blue C M Y K H S L
Decimal 208 113 133 0 0.46 0.36 0.18 347.37 0.5 0.63
Hex D0 71 85 0 2E 24 12 15B 32 3F
Octal 320 161 205 0 56 44 22 533 62 77
Binary 11010000 1110001 10000101 0 101110 100100 10010 101011011 110010 111111

Color Harmonies of #D07185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07185

Black with #D07185

Text Example


Text Example

White with #D07185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07185; }

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

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

background-color css

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

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

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

border-color css

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

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

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