Html Css Color HEX #D07A85 Charm

📋 copy color: '#D07A85'

red 208 ◦ green 122 ◦ blue 133

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

Shades of Charm #D07A85

Tints of Charm #D07A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 44.92%
G = 26.35%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D07A85 (or 0xD07A85) is known color: Charm. HEX triplet: D0, 7A and 85. RGB value is (208,122,133). Sum of RGB (Red+Green+Blue) = 208+122+133=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07A85 is #2F857A. Grayscale: #959595. Windows color (decimal): -3114363 or 8747728. OLE color: 8747728.

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

Color convert

RGB 208 122 133 -
CMYK 0 0.41 0.36 0.18
HSL 352.33º 0.48% 0.65% -
HSV(B) 352.33º 0.41% 0.82% -
XYZ 37.21 29.02 25.83 -
YUV 148.97 118.99 170.11 -
System Red Green Blue C M Y K H S L
Decimal 208 122 133 0 0.41 0.36 0.18 352.33 0.48 0.65
Hex D0 7A 85 0 29 24 12 160 30 41
Octal 320 172 205 0 51 44 22 540 60 101
Binary 11010000 1111010 10000101 0 101001 100100 10010 101100000 110000 1000001

Color Harmonies of #D07A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A85

Black with #D07A85

Text Example


Text Example

White with #D07A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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