Html Css Color HEX #D2758B Charm

📋 copy color: '#D2758B'

red 210 ◦ green 117 ◦ blue 139

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

Shades of Charm #D2758B

Tints of Charm #D2758B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.11%

 BLUE value IS 139 (54.69% from 255) = 29.83%

R = 45.06%
G = 25.11%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2758B (or 0xD2758B) is known color: Charm. HEX triplet: D2, 75 and 8B. RGB value is (210,117,139). Sum of RGB (Red+Green+Blue) = 210+117+139=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2758B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2758B is #2D8A74. Grayscale: #939393. Windows color (decimal): -2984565 or 9139666. OLE color: 9139666.

HSL color Cylindrical-coordinate representation of color #D2758B: hue angle of 345.81º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2758B is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 117 139 -
CMYK 0 0.44 0.34 0.18
HSL 345.81º 0.51% 0.64% -
HSV(B) 345.81º 0.44% 0.82% -
XYZ 37.6 28.29 27.9 -
YUV 147.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 210 117 139 0 0.44 0.34 0.18 345.81 0.51 0.64
Hex D2 75 8B 0 2C 22 12 15A 33 40
Octal 322 165 213 0 54 42 22 532 63 100
Binary 11010010 1110101 10001011 0 101100 100010 10010 101011010 110011 1000000

Color Harmonies of #D2758B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2758B

Black with #D2758B

Text Example


Text Example

White with #D2758B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2758B; }

 p { color: rgb(210,117,139); }

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

background-color css

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

 a { background-color: rgb(210,117,139); }

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

border-color css

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

 span { border-color: rgb(210,117,139); }

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