Html Css Color HEX #D07B87 Charm

📋 copy color: '#D07B87'

red 208 ◦ green 123 ◦ blue 135

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

Shades of Charm #D07B87

Tints of Charm #D07B87

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.39%

 BLUE value IS 135 (53.13% from 255) = 28.97%

R = 44.64%
G = 26.39%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D07B87 (or 0xD07B87) is known color: Charm. HEX triplet: D0, 7B and 87. RGB value is (208,123,135). Sum of RGB (Red+Green+Blue) = 208+123+135=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 135 (53.12% from 255 or 28.97% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D07B87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07B87 is #2F8478. Grayscale: #959595. Windows color (decimal): -3114105 or 8879056. OLE color: 8879056.

HSL color Cylindrical-coordinate representation of color #D07B87: hue angle of 351.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D07B87 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 123 135 -
CMYK 0 0.41 0.35 0.18
HSL 351.53º 0.47% 0.65% -
HSV(B) 351.53º 0.41% 0.82% -
XYZ 37.47 29.33 26.61 -
YUV 149.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 208 123 135 0 0.41 0.35 0.18 351.53 0.47 0.65
Hex D0 7B 87 0 29 23 12 160 2F 41
Octal 320 173 207 0 51 43 22 540 57 101
Binary 11010000 1111011 10000111 0 101001 100011 10010 101100000 101111 1000001

Color Harmonies of #D07B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07B87

Black with #D07B87

Text Example


Text Example

White with #D07B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07B87; }

 p { color: rgb(208,123,135); }

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

background-color css

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

 a { background-color: rgb(208,123,135); }

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

border-color css

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

 span { border-color: rgb(208,123,135); }

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