Html Css Color HEX #D2707B Charm

📋 copy color: '#D2707B'

red 210 ◦ green 112 ◦ blue 123

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

Shades of Charm #D2707B

Tints of Charm #D2707B

RGB

 RED value IS 210 (82.42% from 255) = 47.19%

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

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

R = 47.19%
G = 25.17%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2707B (or 0xD2707B) is known color: Charm. HEX triplet: D2, 70 and 7B. RGB value is (210,112,123). Sum of RGB (Red+Green+Blue) = 210+112+123=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2707B is #2D8F84. Grayscale: #8E8E8E. Windows color (decimal): -2985861 or 8089810. OLE color: 8089810.

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

Color convert

RGB 210 112 123 -
CMYK 0 0.47 0.41 0.18
HSL 353.27º 0.52% 0.63% -
HSV(B) 353.27º 0.47% 0.82% -
XYZ 35.95 26.72 22 -
YUV 142.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 210 112 123 0 0.47 0.41 0.18 353.27 0.52 0.63
Hex D2 70 7B 0 2F 29 12 161 34 3F
Octal 322 160 173 0 57 51 22 541 64 77
Binary 11010010 1110000 1111011 0 101111 101001 10010 101100001 110100 111111

Color Harmonies of #D2707B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2707B

Black with #D2707B

Text Example


Text Example

White with #D2707B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2707B; }

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

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

background-color css

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

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

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

border-color css

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

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

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