Html Css Color HEX #D5297A Deep Cerise

📋 copy color: '#D5297A'

red 213 ◦ green 41 ◦ blue 122

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

Shades of Deep Cerise #D5297A

Tints of Deep Cerise #D5297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.45%

R = 56.65%
G = 10.9%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5297A (or 0xD5297A) is known color: Deep Cerise. HEX triplet: D5, 29 and 7A. RGB value is (213,41,122). Sum of RGB (Red+Green+Blue) = 213+41+122=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5297A is #2AD685. Grayscale: #656565. Windows color (decimal): -2807430 or 8006101. OLE color: 8006101.

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

Color convert

RGB 213 41 122 -
CMYK 0 0.81 0.43 0.16
HSL 331.74º 0.68% 0.5% -
HSV(B) 331.74º 0.81% 0.84% -
XYZ 31.75 17.14 20.05 -
YUV 101.66 139.48 207.41 -
System Red Green Blue C M Y K H S L
Decimal 213 41 122 0 0.81 0.43 0.16 331.74 0.68 0.5
Hex D5 29 7A 0 51 2B 10 14C 44 32
Octal 325 51 172 0 121 53 20 514 104 62
Binary 11010101 101001 1111010 0 1010001 101011 10000 101001100 1000100 110010

Color Harmonies of #D5297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5297A

Black with #D5297A

Text Example


Text Example

White with #D5297A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5297A; }

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

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

background-color css

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

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

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

border-color css

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

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

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