Html Css Color HEX #D42898 Deep Cerise

📋 copy color: '#D42898'

red 212 ◦ green 40 ◦ blue 152

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

Shades of Deep Cerise #D42898

Tints of Deep Cerise #D42898

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.9%

 BLUE value IS 152 (59.77% from 255) = 37.62%

R = 52.48%
G = 9.9%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#D42898 (or 0xD42898) is known color: Deep Cerise. HEX triplet: D4, 28 and 98. RGB value is (212,40,152). Sum of RGB (Red+Green+Blue) = 212+40+152=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D42898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42898 is #2BD767. Grayscale: #676767. Windows color (decimal): -2873192 or 9971924. OLE color: 9971924.

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

Color convert

RGB 212 40 152 -
CMYK 0 0.81 0.28 0.17
HSL 320.93º 0.68% 0.49% -
HSV(B) 320.93º 0.81% 0.83% -
XYZ 33.58 17.78 31.37 -
YUV 104.2 154.98 204.89 -
System Red Green Blue C M Y K H S L
Decimal 212 40 152 0 0.81 0.28 0.17 320.93 0.68 0.49
Hex D4 28 98 0 51 1C 11 141 44 31
Octal 324 50 230 0 121 34 21 501 104 61
Binary 11010100 101000 10011000 0 1010001 11100 10001 101000001 1000100 110001

Color Harmonies of #D42898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42898

Black with #D42898

Text Example


Text Example

White with #D42898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42898; }

 p { color: rgb(212,40,152); }

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

background-color css

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

 a { background-color: rgb(212,40,152); }

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

border-color css

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

 span { border-color: rgb(212,40,152); }

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