Html Css Color HEX #D07A83 Charm

📋 copy color: '#D07A83'

red 208 ◦ green 122 ◦ blue 131

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

Shades of Charm #D07A83

Tints of Charm #D07A83

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.46%

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

R = 45.12%
G = 26.46%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D07A83 (or 0xD07A83) is known color: Charm. HEX triplet: D0, 7A and 83. RGB value is (208,122,131). Sum of RGB (Red+Green+Blue) = 208+122+131=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A83 is #2F857C. Grayscale: #949494. Windows color (decimal): -3114365 or 8616656. OLE color: 8616656.

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

Color convert

RGB 208 122 131 -
CMYK 0 0.41 0.37 0.18
HSL 353.72º 0.48% 0.65% -
HSV(B) 353.72º 0.41% 0.82% -
XYZ 37.07 28.97 25.11 -
YUV 148.74 117.99 170.27 -
System Red Green Blue C M Y K H S L
Decimal 208 122 131 0 0.41 0.37 0.18 353.72 0.48 0.65
Hex D0 7A 83 0 29 25 12 162 30 41
Octal 320 172 203 0 51 45 22 542 60 101
Binary 11010000 1111010 10000011 0 101001 100101 10010 101100010 110000 1000001

Color Harmonies of #D07A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A83

Black with #D07A83

Text Example


Text Example

White with #D07A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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