Html Css Color HEX #D60CCB Deep Magenta

📋 copy color: '#D60CCB'

red 214 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #D60CCB

Tints of Deep Magenta #D60CCB

RGB

 RED value IS 214 (83.98% from 255) = 49.88%

 GREEN value IS 12 (5.08% from 255) = 2.8%

 BLUE value IS 203 (79.69% from 255) = 47.32%

R = 49.88%
G = 2.8%
B = 47.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D60CCB (or 0xD60CCB) is known color: Deep Magenta. HEX triplet: D6, 0C and CB. RGB value is (214,12,203). Sum of RGB (Red+Green+Blue) = 214+12+203=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D60CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60CCB is #29F334. Grayscale: #5D5D5D. Windows color (decimal): -2749237 or 13307094. OLE color: 13307094.

HSL color Cylindrical-coordinate representation of color #D60CCB: hue angle of 303.27º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60CCB is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 12 203 -
CMYK 0 0.94 0.05 0.16
HSL 303.27º 0.89% 0.44% -
HSV(B) 303.27º 0.94% 0.84% -
XYZ 38.64 18.87 58.11 -
YUV 94.17 189.42 213.47 -
System Red Green Blue C M Y K H S L
Decimal 214 12 203 0 0.94 0.05 0.16 303.27 0.89 0.44
Hex D6 C CB 0 5E 5 10 12F 59 2C
Octal 326 14 313 0 136 5 20 457 131 54
Binary 11010110 1100 11001011 0 1011110 101 10000 100101111 1011001 101100

Color Harmonies of #D60CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60CCB

Black with #D60CCB

Text Example


Text Example

White with #D60CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60CCB; }

 p { color: rgb(214,12,203); }

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

background-color css

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

 a { background-color: rgb(214,12,203); }

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

border-color css

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

 span { border-color: rgb(214,12,203); }

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