Html Css Color HEX #D07A7D Charm

📋 copy color: '#D07A7D'

red 208 ◦ green 122 ◦ blue 125

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

Shades of Charm #D07A7D

Tints of Charm #D07A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.47%

R = 45.71%
G = 26.81%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D07A7D (or 0xD07A7D) is known color: Charm. HEX triplet: D0, 7A and 7D. RGB value is (208,122,125). Sum of RGB (Red+Green+Blue) = 208+122+125=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D07A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07A7D is #2F8582. Grayscale: #949494. Windows color (decimal): -3114371 or 8223440. OLE color: 8223440.

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

Color convert

RGB 208 122 125 -
CMYK 0 0.41 0.40 0.18
HSL 357.91º 0.48% 0.65% -
HSV(B) 357.91º 0.41% 0.82% -
XYZ 36.67 28.81 23.03 -
YUV 148.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 208 122 125 0 0.41 0.40 0.18 357.91 0.48 0.65
Hex D0 7A 7D 0 29 28 12 166 30 41
Octal 320 172 175 0 51 50 22 546 60 101
Binary 11010000 1111010 1111101 0 101001 101000 10010 101100110 110000 1000001

Color Harmonies of #D07A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07A7D

Black with #D07A7D

Text Example


Text Example

White with #D07A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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