Html Css Color HEX #D30CDB Deep Magenta

📋 copy color: '#D30CDB'

red 211 ◦ green 12 ◦ blue 219

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

Shades of Deep Magenta #D30CDB

Tints of Deep Magenta #D30CDB

RGB

 RED value IS 211 (82.81% from 255) = 47.74%

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 47.74%
G = 2.71%
B = 49.55%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D30CDB (or 0xD30CDB) is known color: Deep Magenta. HEX triplet: D3, 0C and DB. RGB value is (211,12,219). Sum of RGB (Red+Green+Blue) = 211+12+219=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #D30CDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D30CDB is #2CF324. Grayscale: #5E5E5E. Windows color (decimal): -2945829 or 14355667. OLE color: 14355667.

HSL color Cylindrical-coordinate representation of color #D30CDB: hue angle of 297.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D30CDB is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 12 219 -
CMYK 0.04 0.95 0 0.14
HSL 297.68º 0.9% 0.45% -
HSV(B) 297.68º 0.95% 0.86% -
XYZ 39.78 19.23 68.63 -
YUV 95.1 197.93 210.67 -
System Red Green Blue C M Y K H S L
Decimal 211 12 219 0.04 0.95 0 0.14 297.68 0.9 0.45
Hex D3 C DB 4 5F 0 E 12A 5A 2D
Octal 323 14 333 4 137 0 16 452 132 55
Binary 11010011 1100 11011011 100 1011111 0 1110 100101010 1011010 101101

Color Harmonies of #D30CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D30CDB

Black with #D30CDB

Text Example


Text Example

White with #D30CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D30CDB; }

 p { color: rgb(211,12,219); }

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

background-color css

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

 a { background-color: rgb(211,12,219); }

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

border-color css

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

 span { border-color: rgb(211,12,219); }

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