Html Css Color HEX #D5297B Deep Cerise

📋 copy color: '#D5297B'

red 213 ◦ green 41 ◦ blue 123

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

Shades of Deep Cerise #D5297B

Tints of Deep Cerise #D5297B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 56.5%
G = 10.88%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5297B (or 0xD5297B) is known color: Deep Cerise. HEX triplet: D5, 29 and 7B. RGB value is (213,41,123). Sum of RGB (Red+Green+Blue) = 213+41+123=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5297B is #2AD684. Grayscale: #656565. Windows color (decimal): -2807429 or 8071637. OLE color: 8071637.

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

Color convert

RGB 213 41 123 -
CMYK 0 0.81 0.42 0.16
HSL 331.4º 0.68% 0.5% -
HSV(B) 331.4º 0.81% 0.84% -
XYZ 31.81 17.16 20.38 -
YUV 101.78 139.98 207.33 -
System Red Green Blue C M Y K H S L
Decimal 213 41 123 0 0.81 0.42 0.16 331.4 0.68 0.5
Hex D5 29 7B 0 51 2A 10 14B 44 32
Octal 325 51 173 0 121 52 20 513 104 62
Binary 11010101 101001 1111011 0 1010001 101010 10000 101001011 1000100 110010

Color Harmonies of #D5297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5297B

Black with #D5297B

Text Example


Text Example

White with #D5297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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