Html Css Color HEX #D5298A Deep Cerise

📋 copy color: '#D5298A'

red 213 ◦ green 41 ◦ blue 138

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

Shades of Deep Cerise #D5298A

Tints of Deep Cerise #D5298A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 54.34%
G = 10.46%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5298A (or 0xD5298A) is known color: Deep Cerise. HEX triplet: D5, 29 and 8A. RGB value is (213,41,138). Sum of RGB (Red+Green+Blue) = 213+41+138=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5298A is #2AD675. Grayscale: #676767. Windows color (decimal): -2807414 or 9054677. OLE color: 9054677.

HSL color Cylindrical-coordinate representation of color #D5298A: hue angle of 326.16º 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 #D5298A is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 41 138 -
CMYK 0 0.81 0.35 0.16
HSL 326.16º 0.68% 0.5% -
HSV(B) 326.16º 0.81% 0.84% -
XYZ 32.82 17.57 25.71 -
YUV 103.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 213 41 138 0 0.81 0.35 0.16 326.16 0.68 0.5
Hex D5 29 8A 0 51 23 10 146 44 32
Octal 325 51 212 0 121 43 20 506 104 62
Binary 11010101 101001 10001010 0 1010001 100011 10000 101000110 1000100 110010

Color Harmonies of #D5298A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5298A

Black with #D5298A

Text Example


Text Example

White with #D5298A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5298A; }

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

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

background-color css

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

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

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

border-color css

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

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

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