Html Css Color HEX #D06380 Charm

📋 copy color: '#D06380'

red 208 ◦ green 99 ◦ blue 128

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

Shades of Charm #D06380

Tints of Charm #D06380

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.76%

 BLUE value IS 128 (50.39% from 255) = 29.43%

R = 47.82%
G = 22.76%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D06380 (or 0xD06380) is known color: Charm. HEX triplet: D0, 63 and 80. RGB value is (208,99,128). Sum of RGB (Red+Green+Blue) = 208+99+128=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 99 (39.06% from 255 or 22.76% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D06380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06380 is #2F9C7F. Grayscale: #868686. Windows color (decimal): -3120256 or 8414160. OLE color: 8414160.

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

Color convert

RGB 208 99 128 -
CMYK 0 0.52 0.38 0.18
HSL 344.04º 0.54% 0.6% -
HSV(B) 344.04º 0.52% 0.82% -
XYZ 34.37 23.89 23.22 -
YUV 134.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 208 99 128 0 0.52 0.38 0.18 344.04 0.54 0.6
Hex D0 63 80 0 34 26 12 158 36 3C
Octal 320 143 200 0 64 46 22 530 66 74
Binary 11010000 1100011 10000000 0 110100 100110 10010 101011000 110110 111100

Color Harmonies of #D06380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06380

Black with #D06380

Text Example


Text Example

White with #D06380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06380; }

 p { color: rgb(208,99,128); }

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

background-color css

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

 a { background-color: rgb(208,99,128); }

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

border-color css

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

 span { border-color: rgb(208,99,128); }

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