Html Css Color HEX #D625CE Deep Magenta

📋 copy color: '#D625CE'

red 214 ◦ green 37 ◦ blue 206

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

Shades of Deep Magenta #D625CE

Tints of Deep Magenta #D625CE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.1%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 46.83%
G = 8.1%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D625CE (or 0xD625CE) is known color: Deep Magenta. HEX triplet: D6, 25 and CE. RGB value is (214,37,206). Sum of RGB (Red+Green+Blue) = 214+37+206=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 37 (14.84% from 255 or 8.10% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D625CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625CE is #29DA31. Grayscale: #6C6C6C. Windows color (decimal): -2742834 or 13510102. OLE color: 13510102.

HSL color Cylindrical-coordinate representation of color #D625CE: hue angle of 302.71º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D625CE is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 37 206 -
CMYK 0 0.83 0.04 0.16
HSL 302.71º 0.71% 0.49% -
HSV(B) 302.71º 0.83% 0.84% -
XYZ 39.53 20.08 60.18 -
YUV 109.19 182.64 202.76 -
System Red Green Blue C M Y K H S L
Decimal 214 37 206 0 0.83 0.04 0.16 302.71 0.71 0.49
Hex D6 25 CE 0 53 4 10 12F 47 31
Octal 326 45 316 0 123 4 20 457 107 61
Binary 11010110 100101 11001110 0 1010011 100 10000 100101111 1000111 110001

Color Harmonies of #D625CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625CE

Black with #D625CE

Text Example


Text Example

White with #D625CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625CE; }

 p { color: rgb(214,37,206); }

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

background-color css

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

 a { background-color: rgb(214,37,206); }

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

border-color css

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

 span { border-color: rgb(214,37,206); }

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