Html Css Color HEX #D427BC Deep Magenta

📋 copy color: '#D427BC'

red 212 ◦ green 39 ◦ blue 188

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

Shades of Deep Magenta #D427BC

Tints of Deep Magenta #D427BC

RGB

 RED value IS 212 (83.2% from 255) = 48.29%

 GREEN value IS 39 (15.63% from 255) = 8.88%

 BLUE value IS 188 (73.83% from 255) = 42.82%

R = 48.29%
G = 8.88%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D427BC (or 0xD427BC) is known color: Deep Magenta. HEX triplet: D4, 27 and BC. RGB value is (212,39,188). Sum of RGB (Red+Green+Blue) = 212+39+188=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D427BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427BC is #2BD843. Grayscale: #6B6B6B. Windows color (decimal): -2873412 or 12330964. OLE color: 12330964.

HSL color Cylindrical-coordinate representation of color #D427BC: hue angle of 308.32º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D427BC is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 39 188 -
CMYK 0 0.82 0.11 0.17
HSL 308.32º 0.69% 0.49% -
HSV(B) 308.32º 0.82% 0.83% -
XYZ 36.95 19.08 49.31 -
YUV 107.71 173.31 202.38 -
System Red Green Blue C M Y K H S L
Decimal 212 39 188 0 0.82 0.11 0.17 308.32 0.69 0.49
Hex D4 27 BC 0 52 B 11 134 45 31
Octal 324 47 274 0 122 13 21 464 105 61
Binary 11010100 100111 10111100 0 1010010 1011 10001 100110100 1000101 110001

Color Harmonies of #D427BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427BC

Black with #D427BC

Text Example


Text Example

White with #D427BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427BC; }

 p { color: rgb(212,39,188); }

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

background-color css

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

 a { background-color: rgb(212,39,188); }

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

border-color css

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

 span { border-color: rgb(212,39,188); }

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