Html Css Color HEX #D43480 Deep Cerise

📋 copy color: '#D43480'

red 212 ◦ green 52 ◦ blue 128

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

Shades of Deep Cerise #D43480

Tints of Deep Cerise #D43480

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.27%

 BLUE value IS 128 (50.39% from 255) = 32.65%

R = 54.08%
G = 13.27%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#D43480 (or 0xD43480) is known color: Deep Cerise. HEX triplet: D4, 34 and 80. RGB value is (212,52,128). Sum of RGB (Red+Green+Blue) = 212+52+128=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 128 (50.39% from 255 or 32.65% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D43480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43480 is #2BCB7F. Grayscale: #6C6C6C. Windows color (decimal): -2870144 or 8402132. OLE color: 8402132.

HSL color Cylindrical-coordinate representation of color #D43480: hue angle of 331.5º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43480 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 52 128 -
CMYK 0 0.75 0.40 0.17
HSL 331.5º 0.65% 0.52% -
HSV(B) 331.5º 0.75% 0.83% -
XYZ 32.28 18.01 22.2 -
YUV 108.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 212 52 128 0 0.75 0.40 0.17 331.5 0.65 0.52
Hex D4 34 80 0 4B 28 11 14C 41 34
Octal 324 64 200 0 113 50 21 514 101 64
Binary 11010100 110100 10000000 0 1001011 101000 10001 101001100 1000001 110100

Color Harmonies of #D43480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43480

Black with #D43480

Text Example


Text Example

White with #D43480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43480; }

 p { color: rgb(212,52,128); }

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

background-color css

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

 a { background-color: rgb(212,52,128); }

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

border-color css

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

 span { border-color: rgb(212,52,128); }

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