Html Css Color HEX #D2707D Charm

📋 copy color: '#D2707D'

red 210 ◦ green 112 ◦ blue 125

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

Shades of Charm #D2707D

Tints of Charm #D2707D

RGB

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

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

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

R = 46.98%
G = 25.06%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2707D (or 0xD2707D) is known color: Charm. HEX triplet: D2, 70 and 7D. RGB value is (210,112,125). Sum of RGB (Red+Green+Blue) = 210+112+125=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2707D is #2D8F82. Grayscale: #8E8E8E. Windows color (decimal): -2985859 or 8220882. OLE color: 8220882.

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

Color convert

RGB 210 112 125 -
CMYK 0 0.47 0.40 0.18
HSL 352.04º 0.52% 0.63% -
HSV(B) 352.04º 0.47% 0.82% -
XYZ 36.07 26.77 22.67 -
YUV 142.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 210 112 125 0 0.47 0.40 0.18 352.04 0.52 0.63
Hex D2 70 7D 0 2F 28 12 160 34 3F
Octal 322 160 175 0 57 50 22 540 64 77
Binary 11010010 1110000 1111101 0 101111 101000 10010 101100000 110100 111111

Color Harmonies of #D2707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2707D

Black with #D2707D

Text Example


Text Example

White with #D2707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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