Html Css Color HEX #D2718D Charm

📋 copy color: '#D2718D'

red 210 ◦ green 113 ◦ blue 141

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

Shades of Charm #D2718D

Tints of Charm #D2718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.35%

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 45.26%
G = 24.35%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2718D (or 0xD2718D) is known color: Charm. HEX triplet: D2, 71 and 8D. RGB value is (210,113,141). Sum of RGB (Red+Green+Blue) = 210+113+141=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 113 (44.53% from 255 or 24.35% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2718D is #2D8E72. Grayscale: #919191. Windows color (decimal): -2985587 or 9269714. OLE color: 9269714.

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

Color convert

RGB 210 113 141 -
CMYK 0 0.46 0.33 0.18
HSL 342.68º 0.52% 0.63% -
HSV(B) 342.68º 0.46% 0.82% -
XYZ 37.29 27.43 28.53 -
YUV 145.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 210 113 141 0 0.46 0.33 0.18 342.68 0.52 0.63
Hex D2 71 8D 0 2E 21 12 157 34 3F
Octal 322 161 215 0 56 41 22 527 64 77
Binary 11010010 1110001 10001101 0 101110 100001 10010 101010111 110100 111111

Color Harmonies of #D2718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2718D

Black with #D2718D

Text Example


Text Example

White with #D2718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2718D; }

 p { color: rgb(210,113,141); }

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

background-color css

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

 a { background-color: rgb(210,113,141); }

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

border-color css

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

 span { border-color: rgb(210,113,141); }

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