Html Css Color HEX #D4298D Deep Cerise

📋 copy color: '#D4298D'

red 212 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #D4298D

Tints of Deep Cerise #D4298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.41%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 53.81%
G = 10.41%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4298D (or 0xD4298D) is known color: Deep Cerise. HEX triplet: D4, 29 and 8D. RGB value is (212,41,141). Sum of RGB (Red+Green+Blue) = 212+41+141=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4298D is #2BD672. Grayscale: #676767. Windows color (decimal): -2872947 or 9251284. OLE color: 9251284.

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

Color convert

RGB 212 41 141 -
CMYK 0 0.81 0.33 0.17
HSL 324.91º 0.68% 0.5% -
HSV(B) 324.91º 0.81% 0.83% -
XYZ 32.75 17.51 26.85 -
YUV 103.53 149.15 205.37 -
System Red Green Blue C M Y K H S L
Decimal 212 41 141 0 0.81 0.33 0.17 324.91 0.68 0.5
Hex D4 29 8D 0 51 21 11 145 44 32
Octal 324 51 215 0 121 41 21 505 104 62
Binary 11010100 101001 10001101 0 1010001 100001 10001 101000101 1000100 110010

Color Harmonies of #D4298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4298D

Black with #D4298D

Text Example


Text Example

White with #D4298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4298D; }

 p { color: rgb(212,41,141); }

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

background-color css

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

 a { background-color: rgb(212,41,141); }

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

border-color css

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

 span { border-color: rgb(212,41,141); }

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