Html Css Color HEX #D07883 Charm

📋 copy color: '#D07883'

red 208 ◦ green 120 ◦ blue 131

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

Shades of Charm #D07883

Tints of Charm #D07883

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.14%

 BLUE value IS 131 (51.56% from 255) = 28.54%

R = 45.32%
G = 26.14%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D07883 (or 0xD07883) is known color: Charm. HEX triplet: D0, 78 and 83. RGB value is (208,120,131). Sum of RGB (Red+Green+Blue) = 208+120+131=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07883 is #2F877C. Grayscale: #939393. Windows color (decimal): -3114877 or 8616144. OLE color: 8616144.

HSL color Cylindrical-coordinate representation of color #D07883: hue angle of 352.5º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07883 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 120 131 -
CMYK 0 0.42 0.37 0.18
HSL 352.5º 0.48% 0.64% -
HSV(B) 352.5º 0.42% 0.82% -
XYZ 36.83 28.48 25.03 -
YUV 147.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 208 120 131 0 0.42 0.37 0.18 352.5 0.48 0.64
Hex D0 78 83 0 2A 25 12 160 30 40
Octal 320 170 203 0 52 45 22 540 60 100
Binary 11010000 1111000 10000011 0 101010 100101 10010 101100000 110000 1000000

Color Harmonies of #D07883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07883

Black with #D07883

Text Example


Text Example

White with #D07883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07883; }

 p { color: rgb(208,120,131); }

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

background-color css

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

 a { background-color: rgb(208,120,131); }

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

border-color css

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

 span { border-color: rgb(208,120,131); }

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