Html Css Color HEX #D0707B Charm

📋 copy color: '#D0707B'

red 208 ◦ green 112 ◦ blue 123

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

Shades of Charm #D0707B

Tints of Charm #D0707B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 46.95%
G = 25.28%
B = 27.77%

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

#D0707B (or 0xD0707B) is known color: Charm. HEX triplet: D0, 70 and 7B. RGB value is (208,112,123). Sum of RGB (Red+Green+Blue) = 208+112+123=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0707B is #2F8F84. Grayscale: #8E8E8E. Windows color (decimal): -3116933 or 8089808. OLE color: 8089808.

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

Color convert

RGB 208 112 123 -
CMYK 0 0.46 0.41 0.18
HSL 353.13º 0.51% 0.63% -
HSV(B) 353.13º 0.46% 0.82% -
XYZ 35.38 26.43 21.98 -
YUV 141.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 208 112 123 0 0.46 0.41 0.18 353.13 0.51 0.63
Hex D0 70 7B 0 2E 29 12 161 33 3F
Octal 320 160 173 0 56 51 22 541 63 77
Binary 11010000 1110000 1111011 0 101110 101001 10010 101100001 110011 111111

Color Harmonies of #D0707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0707B

Black with #D0707B

Text Example


Text Example

White with #D0707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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