Html Css Color HEX #D70CCB Deep Magenta

📋 copy color: '#D70CCB'

red 215 ◦ green 12 ◦ blue 203

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

Shades of Deep Magenta #D70CCB

Tints of Deep Magenta #D70CCB

RGB

 RED value IS 215 (84.38% from 255) = 50%

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

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

R = 50%
G = 2.79%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D70CCB (or 0xD70CCB) is known color: Deep Magenta. HEX triplet: D7, 0C and CB. RGB value is (215,12,203). Sum of RGB (Red+Green+Blue) = 215+12+203=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CCB is #28F334. Grayscale: #5D5D5D. Windows color (decimal): -2683701 or 13307095. OLE color: 13307095.

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

Color convert

RGB 215 12 203 -
CMYK 0 0.94 0.06 0.16
HSL 303.55º 0.89% 0.45% -
HSV(B) 303.55º 0.94% 0.84% -
XYZ 38.94 19.02 58.12 -
YUV 94.47 189.25 213.97 -
System Red Green Blue C M Y K H S L
Decimal 215 12 203 0 0.94 0.06 0.16 303.55 0.89 0.45
Hex D7 C CB 0 5E 6 10 130 59 2D
Octal 327 14 313 0 136 6 20 460 131 55
Binary 11010111 1100 11001011 0 1011110 110 10000 100110000 1011001 101101

Color Harmonies of #D70CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70CCB

Black with #D70CCB

Text Example


Text Example

White with #D70CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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