Html Css Color HEX #D0727D Charm

📋 copy color: '#D0727D'

red 208 ◦ green 114 ◦ blue 125

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

Shades of Charm #D0727D

Tints of Charm #D0727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.5%

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

R = 46.53%
G = 25.5%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0727D (or 0xD0727D) is known color: Charm. HEX triplet: D0, 72 and 7D. RGB value is (208,114,125). Sum of RGB (Red+Green+Blue) = 208+114+125=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0727D is #2F8D82. Grayscale: #8F8F8F. Windows color (decimal): -3116419 or 8221392. OLE color: 8221392.

HSL color Cylindrical-coordinate representation of color #D0727D: hue angle of 352.98º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0727D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 125 -
CMYK 0 0.45 0.40 0.18
HSL 352.98º 0.5% 0.63% -
HSV(B) 352.98º 0.45% 0.82% -
XYZ 35.73 26.93 22.72 -
YUV 143.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 208 114 125 0 0.45 0.40 0.18 352.98 0.5 0.63
Hex D0 72 7D 0 2D 28 12 161 32 3F
Octal 320 162 175 0 55 50 22 541 62 77
Binary 11010000 1110010 1111101 0 101101 101000 10010 101100001 110010 111111

Color Harmonies of #D0727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0727D

Black with #D0727D

Text Example


Text Example

White with #D0727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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