Html Css Color HEX #D5298D Deep Cerise

📋 copy color: '#D5298D'

red 213 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #D5298D

Tints of Deep Cerise #D5298D

RGB

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

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

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

R = 53.92%
G = 10.38%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5298D (or 0xD5298D) is known color: Deep Cerise. HEX triplet: D5, 29 and 8D. RGB value is (213,41,141). Sum of RGB (Red+Green+Blue) = 213+41+141=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 41 (16.41% from 255 or 10.38% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5298D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5298D is #2AD672. Grayscale: #676767. Windows color (decimal): -2807411 or 9251285. OLE color: 9251285.

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

Color convert

RGB 213 41 141 -
CMYK 0 0.81 0.34 0.16
HSL 325.12º 0.68% 0.5% -
HSV(B) 325.12º 0.81% 0.84% -
XYZ 33.04 17.66 26.87 -
YUV 103.83 148.98 205.87 -
System Red Green Blue C M Y K H S L
Decimal 213 41 141 0 0.81 0.34 0.16 325.12 0.68 0.5
Hex D5 29 8D 0 51 22 10 145 44 32
Octal 325 51 215 0 121 42 20 505 104 62
Binary 11010101 101001 10001101 0 1010001 100010 10000 101000101 1000100 110010

Color Harmonies of #D5298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5298D

Black with #D5298D

Text Example


Text Example

White with #D5298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5298D; }

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

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

background-color css

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

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

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

border-color css

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

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

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