Html Css Color HEX #D43BA4 Deep Cerise

📋 copy color: '#D43BA4'

red 212 ◦ green 59 ◦ blue 164

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

Shades of Deep Cerise #D43BA4

Tints of Deep Cerise #D43BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 48.74%
G = 13.56%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D43BA4 (or 0xD43BA4) is known color: Deep Cerise. HEX triplet: D4, 3B and A4. RGB value is (212,59,164). Sum of RGB (Red+Green+Blue) = 212+59+164=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BA4 is #2BC45B. Grayscale: #747474. Windows color (decimal): -2868316 or 10763220. OLE color: 10763220.

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

Color convert

RGB 212 59 164 -
CMYK 0 0.72 0.23 0.17
HSL 318.82º 0.64% 0.53% -
HSV(B) 318.82º 0.72% 0.83% -
XYZ 35.42 19.81 37.08 -
YUV 116.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 212 59 164 0 0.72 0.23 0.17 318.82 0.64 0.53
Hex D4 3B A4 0 48 17 11 13F 40 35
Octal 324 73 244 0 110 27 21 477 100 65
Binary 11010100 111011 10100100 0 1001000 10111 10001 100111111 1000000 110101

Color Harmonies of #D43BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43BA4

Black with #D43BA4

Text Example


Text Example

White with #D43BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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