Html Css Color HEX #D0707A Charm

📋 copy color: '#D0707A'

red 208 ◦ green 112 ◦ blue 122

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

Shades of Charm #D0707A

Tints of Charm #D0707A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 47.06%
G = 25.34%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0707A (or 0xD0707A) is known color: Charm. HEX triplet: D0, 70 and 7A. RGB value is (208,112,122). Sum of RGB (Red+Green+Blue) = 208+112+122=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0707A is #2F8F85. Grayscale: #8D8D8D. Windows color (decimal): -3116934 or 8024272. OLE color: 8024272.

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

Color convert

RGB 208 112 122 -
CMYK 0 0.46 0.41 0.18
HSL 353.75º 0.51% 0.63% -
HSV(B) 353.75º 0.46% 0.82% -
XYZ 35.32 26.4 21.65 -
YUV 141.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 208 112 122 0 0.46 0.41 0.18 353.75 0.51 0.63
Hex D0 70 7A 0 2E 29 12 162 33 3F
Octal 320 160 172 0 56 51 22 542 63 77
Binary 11010000 1110000 1111010 0 101110 101001 10010 101100010 110011 111111

Color Harmonies of #D0707A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0707A

Black with #D0707A

Text Example


Text Example

White with #D0707A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0707A; }

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

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

background-color css

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

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

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

border-color css

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

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

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