Html Css Color HEX #D613DB Deep Magenta

📋 copy color: '#D613DB'

red 214 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #D613DB

Tints of Deep Magenta #D613DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.2%

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

R = 47.35%
G = 4.2%
B = 48.45%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D613DB (or 0xD613DB) is known color: Deep Magenta. HEX triplet: D6, 13 and DB. RGB value is (214,19,219). Sum of RGB (Red+Green+Blue) = 214+19+219=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 19 (7.81% from 255 or 4.20% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #D613DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D613DB is #29EC24. Grayscale: #636363. Windows color (decimal): -2747429 or 14357462. OLE color: 14357462.

HSL color Cylindrical-coordinate representation of color #D613DB: hue angle of 298.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D613DB is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 19 219 -
CMYK 0.02 0.91 0 0.14
HSL 298.5º 0.84% 0.47% -
HSV(B) 298.5º 0.91% 0.86% -
XYZ 40.75 19.88 68.71 -
YUV 100.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 214 19 219 0.02 0.91 0 0.14 298.5 0.84 0.47
Hex D6 13 DB 2 5B 0 E 12A 54 2F
Octal 326 23 333 2 133 0 16 452 124 57
Binary 11010110 10011 11011011 10 1011011 0 1110 100101010 1010100 101111

Color Harmonies of #D613DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D613DB

Black with #D613DB

Text Example


Text Example

White with #D613DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D613DB; }

 p { color: rgb(214,19,219); }

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

background-color css

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

 a { background-color: rgb(214,19,219); }

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

border-color css

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

 span { border-color: rgb(214,19,219); }

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