Html Css Color HEX #D0717A Charm

📋 copy color: '#D0717A'

red 208 ◦ green 113 ◦ blue 122

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

Shades of Charm #D0717A

Tints of Charm #D0717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 46.95%
G = 25.51%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0717A (or 0xD0717A) is known color: Charm. HEX triplet: D0, 71 and 7A. RGB value is (208,113,122). Sum of RGB (Red+Green+Blue) = 208+113+122=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0717A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0717A is #2F8E85. Grayscale: #8E8E8E. Windows color (decimal): -3116678 or 8024528. OLE color: 8024528.

HSL color Cylindrical-coordinate representation of color #D0717A: hue angle of 354.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 #D0717A is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 122 -
CMYK 0 0.46 0.41 0.18
HSL 354.32º 0.5% 0.63% -
HSV(B) 354.32º 0.46% 0.82% -
XYZ 35.43 26.63 21.68 -
YUV 142.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 208 113 122 0 0.46 0.41 0.18 354.32 0.5 0.63
Hex D0 71 7A 0 2E 29 12 162 32 3F
Octal 320 161 172 0 56 51 22 542 62 77
Binary 11010000 1110001 1111010 0 101110 101001 10010 101100010 110010 111111

Color Harmonies of #D0717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0717A

Black with #D0717A

Text Example


Text Example

White with #D0717A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0717A; }

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

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

background-color css

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

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

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

border-color css

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

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

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