Html Css Color HEX #D5298E Deep Cerise

📋 copy color: '#D5298E'

red 213 ◦ green 41 ◦ blue 142

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

Shades of Deep Cerise #D5298E

Tints of Deep Cerise #D5298E

RGB

 RED value IS 213 (83.59% from 255) = 53.79%

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

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 53.79%
G = 10.35%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5298E (or 0xD5298E) is known color: Deep Cerise. HEX triplet: D5, 29 and 8E. RGB value is (213,41,142). Sum of RGB (Red+Green+Blue) = 213+41+142=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5298E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5298E is #2AD671. Grayscale: #676767. Windows color (decimal): -2807410 or 9316821. OLE color: 9316821.

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

Color convert

RGB 213 41 142 -
CMYK 0 0.81 0.33 0.16
HSL 324.77º 0.68% 0.5% -
HSV(B) 324.77º 0.81% 0.84% -
XYZ 33.12 17.69 27.26 -
YUV 103.94 149.48 205.79 -
System Red Green Blue C M Y K H S L
Decimal 213 41 142 0 0.81 0.33 0.16 324.77 0.68 0.5
Hex D5 29 8E 0 51 21 10 145 44 32
Octal 325 51 216 0 121 41 20 505 104 62
Binary 11010101 101001 10001110 0 1010001 100001 10000 101000101 1000100 110010

Color Harmonies of #D5298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5298E

Black with #D5298E

Text Example


Text Example

White with #D5298E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5298E; }

 p { color: rgb(213,41,142); }

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

background-color css

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

 a { background-color: rgb(213,41,142); }

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

border-color css

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

 span { border-color: rgb(213,41,142); }

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