Html Css Color HEX #D0718D Charm

📋 copy color: '#D0718D'

red 208 ◦ green 113 ◦ blue 141

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

Shades of Charm #D0718D

Tints of Charm #D0718D

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

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

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

R = 45.02%
G = 24.46%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0718D (or 0xD0718D) is known color: Charm. HEX triplet: D0, 71 and 8D. RGB value is (208,113,141). Sum of RGB (Red+Green+Blue) = 208+113+141=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0718D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0718D is #2F8E72. Grayscale: #909090. Windows color (decimal): -3116659 or 9269712. OLE color: 9269712.

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

Color convert

RGB 208 113 141 -
CMYK 0 0.46 0.32 0.18
HSL 342.32º 0.5% 0.63% -
HSV(B) 342.32º 0.46% 0.82% -
XYZ 36.73 27.14 28.5 -
YUV 144.6 125.97 173.22 -
System Red Green Blue C M Y K H S L
Decimal 208 113 141 0 0.46 0.32 0.18 342.32 0.5 0.63
Hex D0 71 8D 0 2E 20 12 156 32 3F
Octal 320 161 215 0 56 40 22 526 62 77
Binary 11010000 1110001 10001101 0 101110 100000 10010 101010110 110010 111111

Color Harmonies of #D0718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0718D

Black with #D0718D

Text Example


Text Example

White with #D0718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0718D; }

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

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

background-color css

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

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

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

border-color css

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

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

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