Html Css Color HEX #D07083 Charm

📋 copy color: '#D07083'

red 208 ◦ green 112 ◦ blue 131

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

Shades of Charm #D07083

Tints of Charm #D07083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.83%

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

R = 46.12%
G = 24.83%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D07083 (or 0xD07083) is known color: Charm. HEX triplet: D0, 70 and 83. RGB value is (208,112,131). Sum of RGB (Red+Green+Blue) = 208+112+131=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D07083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07083 is #2F8F7C. Grayscale: #8E8E8E. Windows color (decimal): -3116925 or 8614096. OLE color: 8614096.

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

Color convert

RGB 208 112 131 -
CMYK 0 0.46 0.37 0.18
HSL 348.13º 0.51% 0.63% -
HSV(B) 348.13º 0.46% 0.82% -
XYZ 35.9 26.64 24.72 -
YUV 142.87 121.3 174.46 -
System Red Green Blue C M Y K H S L
Decimal 208 112 131 0 0.46 0.37 0.18 348.13 0.51 0.63
Hex D0 70 83 0 2E 25 12 15C 33 3F
Octal 320 160 203 0 56 45 22 534 63 77
Binary 11010000 1110000 10000011 0 101110 100101 10010 101011100 110011 111111

Color Harmonies of #D07083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07083

Black with #D07083

Text Example


Text Example

White with #D07083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07083; }

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

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

background-color css

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

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

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

border-color css

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

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

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