Html Css Color HEX #D2708F Charm

📋 copy color: '#D2708F'

red 210 ◦ green 112 ◦ blue 143

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

Shades of Charm #D2708F

Tints of Charm #D2708F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 45.16%
G = 24.09%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2708F (or 0xD2708F) is known color: Charm. HEX triplet: D2, 70 and 8F. RGB value is (210,112,143). Sum of RGB (Red+Green+Blue) = 210+112+143=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2708F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2708F is #2D8F70. Grayscale: #909090. Windows color (decimal): -2985841 or 9400530. OLE color: 9400530.

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

Color convert

RGB 210 112 143 -
CMYK 0 0.47 0.32 0.18
HSL 341.02º 0.52% 0.63% -
HSV(B) 341.02º 0.47% 0.82% -
XYZ 37.33 27.27 29.28 -
YUV 144.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 210 112 143 0 0.47 0.32 0.18 341.02 0.52 0.63
Hex D2 70 8F 0 2F 20 12 155 34 3F
Octal 322 160 217 0 57 40 22 525 64 77
Binary 11010010 1110000 10001111 0 101111 100000 10010 101010101 110100 111111

Color Harmonies of #D2708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2708F

Black with #D2708F

Text Example


Text Example

White with #D2708F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2708F; }

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

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

background-color css

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

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

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

border-color css

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

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

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