Html Css Color HEX #D605C4 Deep Magenta

📋 copy color: '#D605C4'

red 214 ◦ green 5 ◦ blue 196

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

Shades of Deep Magenta #D605C4

Tints of Deep Magenta #D605C4

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.2%

 BLUE value IS 196 (76.95% from 255) = 47.23%

R = 51.57%
G = 1.2%
B = 47.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D605C4 (or 0xD605C4) is known color: Deep Magenta. HEX triplet: D6, 05 and C4. RGB value is (214,5,196). Sum of RGB (Red+Green+Blue) = 214+5+196=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D605C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D605C4 is #29FA3B. Grayscale: #585858. Windows color (decimal): -2751036 or 12846550. OLE color: 12846550.

HSL color Cylindrical-coordinate representation of color #D605C4: hue angle of 305.17º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D605C4 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 5 196 -
CMYK 0 0.98 0.08 0.16
HSL 305.17º 0.95% 0.43% -
HSV(B) 305.17º 0.98% 0.84% -
XYZ 37.75 18.39 53.78 -
YUV 89.27 188.24 216.97 -
System Red Green Blue C M Y K H S L
Decimal 214 5 196 0 0.98 0.08 0.16 305.17 0.95 0.43
Hex D6 5 C4 0 62 8 10 131 5F 2B
Octal 326 5 304 0 142 10 20 461 137 53
Binary 11010110 101 11000100 0 1100010 1000 10000 100110001 1011111 101011

Color Harmonies of #D605C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605C4

Black with #D605C4

Text Example


Text Example

White with #D605C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605C4; }

 p { color: rgb(214,5,196); }

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

background-color css

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

 a { background-color: rgb(214,5,196); }

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

border-color css

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

 span { border-color: rgb(214,5,196); }

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