Html Css Color HEX #D2708A Charm

📋 copy color: '#D2708A'

red 210 ◦ green 112 ◦ blue 138

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

Shades of Charm #D2708A

Tints of Charm #D2708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30%

R = 45.65%
G = 24.35%
B = 30%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2708A (or 0xD2708A) is known color: Charm. HEX triplet: D2, 70 and 8A. RGB value is (210,112,138). Sum of RGB (Red+Green+Blue) = 210+112+138=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2708A is #2D8F75. Grayscale: #909090. Windows color (decimal): -2985846 or 9072850. OLE color: 9072850.

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

Color convert

RGB 210 112 138 -
CMYK 0 0.47 0.34 0.18
HSL 344.08º 0.52% 0.63% -
HSV(B) 344.08º 0.47% 0.82% -
XYZ 36.96 27.12 27.33 -
YUV 144.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 210 112 138 0 0.47 0.34 0.18 344.08 0.52 0.63
Hex D2 70 8A 0 2F 22 12 158 34 3F
Octal 322 160 212 0 57 42 22 530 64 77
Binary 11010010 1110000 10001010 0 101111 100010 10010 101011000 110100 111111

Color Harmonies of #D2708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2708A

Black with #D2708A

Text Example


Text Example

White with #D2708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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