Html Css Color HEX #D07983 Charm

📋 copy color: '#D07983'

red 208 ◦ green 121 ◦ blue 131

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

Shades of Charm #D07983

Tints of Charm #D07983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

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

R = 45.22%
G = 26.3%
B = 28.48%

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

#D07983 (or 0xD07983) is known color: Charm. HEX triplet: D0, 79 and 83. RGB value is (208,121,131). Sum of RGB (Red+Green+Blue) = 208+121+131=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 131 (51.56% from 255 or 28.48% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D07983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07983 is #2F867C. Grayscale: #949494. Windows color (decimal): -3114621 or 8616400. OLE color: 8616400.

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

Color convert

RGB 208 121 131 -
CMYK 0 0.42 0.37 0.18
HSL 353.1º 0.48% 0.65% -
HSV(B) 353.1º 0.42% 0.82% -
XYZ 36.95 28.72 25.07 -
YUV 148.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 208 121 131 0 0.42 0.37 0.18 353.1 0.48 0.65
Hex D0 79 83 0 2A 25 12 161 30 41
Octal 320 171 203 0 52 45 22 541 60 101
Binary 11010000 1111001 10000011 0 101010 100101 10010 101100001 110000 1000001

Color Harmonies of #D07983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07983

Black with #D07983

Text Example


Text Example

White with #D07983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07983; }

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

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

background-color css

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

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

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

border-color css

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

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

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