Html Css Color HEX #D43BA5 Deep Cerise

📋 copy color: '#D43BA5'

red 212 ◦ green 59 ◦ blue 165

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

Shades of Deep Cerise #D43BA5

Tints of Deep Cerise #D43BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.84%

R = 48.62%
G = 13.53%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D43BA5 (or 0xD43BA5) is known color: Deep Cerise. HEX triplet: D4, 3B and A5. RGB value is (212,59,165). Sum of RGB (Red+Green+Blue) = 212+59+165=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BA5 is #2BC45A. Grayscale: #747474. Windows color (decimal): -2868315 or 10828756. OLE color: 10828756.

HSL color Cylindrical-coordinate representation of color #D43BA5: hue angle of 318.43º 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 #D43BA5 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 59 165 -
CMYK 0 0.72 0.22 0.17
HSL 318.43º 0.64% 0.53% -
HSV(B) 318.43º 0.72% 0.83% -
XYZ 35.51 19.84 37.56 -
YUV 116.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 212 59 165 0 0.72 0.22 0.17 318.43 0.64 0.53
Hex D4 3B A5 0 48 16 11 13E 40 35
Octal 324 73 245 0 110 26 21 476 100 65
Binary 11010100 111011 10100101 0 1001000 10110 10001 100111110 1000000 110101

Color Harmonies of #D43BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43BA5

Black with #D43BA5

Text Example


Text Example

White with #D43BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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