Html Css Color HEX #D07A81 Charm

📋 copy color: '#D07A81'

red 208 ◦ green 122 ◦ blue 129

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

Shades of Charm #D07A81

Tints of Charm #D07A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.1%

R = 45.32%
G = 26.58%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D07A81 (or 0xD07A81) is known color: Charm. HEX triplet: D0, 7A and 81. RGB value is (208,122,129). Sum of RGB (Red+Green+Blue) = 208+122+129=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A81 is #2F857E. Grayscale: #949494. Windows color (decimal): -3114367 or 8485584. OLE color: 8485584.

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

Color convert

RGB 208 122 129 -
CMYK 0 0.41 0.38 0.18
HSL 355.12º 0.48% 0.65% -
HSV(B) 355.12º 0.41% 0.82% -
XYZ 36.93 28.91 24.4 -
YUV 148.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 208 122 129 0 0.41 0.38 0.18 355.12 0.48 0.65
Hex D0 7A 81 0 29 26 12 163 30 41
Octal 320 172 201 0 51 46 22 543 60 101
Binary 11010000 1111010 10000001 0 101001 100110 10010 101100011 110000 1000001

Color Harmonies of #D07A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A81

Black with #D07A81

Text Example


Text Example

White with #D07A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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