Html Css Color HEX #D43BA0 Deep Cerise

📋 copy color: '#D43BA0'

red 212 ◦ green 59 ◦ blue 160

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

Shades of Deep Cerise #D43BA0

Tints of Deep Cerise #D43BA0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.69%

 BLUE value IS 160 (62.89% from 255) = 37.12%

R = 49.19%
G = 13.69%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D43BA0 (or 0xD43BA0) is known color: Deep Cerise. HEX triplet: D4, 3B and A0. RGB value is (212,59,160). Sum of RGB (Red+Green+Blue) = 212+59+160=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BA0 is #2BC45F. Grayscale: #747474. Windows color (decimal): -2868320 or 10501076. OLE color: 10501076.

HSL color Cylindrical-coordinate representation of color #D43BA0: hue angle of 320.39º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43BA0 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 59 160 -
CMYK 0 0.72 0.25 0.17
HSL 320.39º 0.64% 0.53% -
HSV(B) 320.39º 0.72% 0.83% -
XYZ 35.06 19.66 35.21 -
YUV 116.26 152.69 196.29 -
System Red Green Blue C M Y K H S L
Decimal 212 59 160 0 0.72 0.25 0.17 320.39 0.64 0.53
Hex D4 3B A0 0 48 19 11 140 40 35
Octal 324 73 240 0 110 31 21 500 100 65
Binary 11010100 111011 10100000 0 1001000 11001 10001 101000000 1000000 110101

Color Harmonies of #D43BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43BA0

Black with #D43BA0

Text Example


Text Example

White with #D43BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43BA0; }

 p { color: rgb(212,59,160); }

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

background-color css

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

 a { background-color: rgb(212,59,160); }

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

border-color css

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

 span { border-color: rgb(212,59,160); }

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