Html Css Color HEX #D5298B Deep Cerise

📋 copy color: '#D5298B'

red 213 ◦ green 41 ◦ blue 139

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

Shades of Deep Cerise #D5298B

Tints of Deep Cerise #D5298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 54.2%
G = 10.43%
B = 35.37%

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

#D5298B (or 0xD5298B) is known color: Deep Cerise. HEX triplet: D5, 29 and 8B. RGB value is (213,41,139). Sum of RGB (Red+Green+Blue) = 213+41+139=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5298B is #2AD674. Grayscale: #676767. Windows color (decimal): -2807413 or 9120213. OLE color: 9120213.

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

Color convert

RGB 213 41 139 -
CMYK 0 0.81 0.35 0.16
HSL 325.81º 0.68% 0.5% -
HSV(B) 325.81º 0.81% 0.84% -
XYZ 32.89 17.6 26.09 -
YUV 103.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 213 41 139 0 0.81 0.35 0.16 325.81 0.68 0.5
Hex D5 29 8B 0 51 23 10 146 44 32
Octal 325 51 213 0 121 43 20 506 104 62
Binary 11010101 101001 10001011 0 1010001 100011 10000 101000110 1000100 110010

Color Harmonies of #D5298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5298B

Black with #D5298B

Text Example


Text Example

White with #D5298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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