Html Css Color HEX #D0707F Charm

📋 copy color: '#D0707F'

red 208 ◦ green 112 ◦ blue 127

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

Shades of Charm #D0707F

Tints of Charm #D0707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

 BLUE value IS 127 (50% from 255) = 28.41%

R = 46.53%
G = 25.06%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0707F (or 0xD0707F) is known color: Charm. HEX triplet: D0, 70 and 7F. RGB value is (208,112,127). Sum of RGB (Red+Green+Blue) = 208+112+127=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0707F is #2F8F80. Grayscale: #8E8E8E. Windows color (decimal): -3116929 or 8351952. OLE color: 8351952.

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

Color convert

RGB 208 112 127 -
CMYK 0 0.46 0.39 0.18
HSL 350.63º 0.51% 0.63% -
HSV(B) 350.63º 0.46% 0.82% -
XYZ 35.64 26.53 23.32 -
YUV 142.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 208 112 127 0 0.46 0.39 0.18 350.63 0.51 0.63
Hex D0 70 7F 0 2E 27 12 15F 33 3F
Octal 320 160 177 0 56 47 22 537 63 77
Binary 11010000 1110000 1111111 0 101110 100111 10010 101011111 110011 111111

Color Harmonies of #D0707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0707F

Black with #D0707F

Text Example


Text Example

White with #D0707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0707F; }

 p { color: rgb(208,112,127); }

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

background-color css

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

 a { background-color: rgb(208,112,127); }

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

border-color css

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

 span { border-color: rgb(208,112,127); }

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