Html Css Color HEX #D5237B Deep Cerise

📋 copy color: '#D5237B'

red 213 ◦ green 35 ◦ blue 123

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

Shades of Deep Cerise #D5237B

Tints of Deep Cerise #D5237B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 57.41%
G = 9.43%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5237B (or 0xD5237B) is known color: Deep Cerise. HEX triplet: D5, 23 and 7B. RGB value is (213,35,123). Sum of RGB (Red+Green+Blue) = 213+35+123=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5237B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5237B is #2ADC84. Grayscale: #626262. Windows color (decimal): -2808965 or 8070101. OLE color: 8070101.

HSL color Cylindrical-coordinate representation of color #D5237B: hue angle of 330.34º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5237B is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 123 -
CMYK 0 0.84 0.42 0.16
HSL 330.34º 0.72% 0.49% -
HSV(B) 330.34º 0.84% 0.84% -
XYZ 31.62 16.78 20.31 -
YUV 98.25 141.97 209.84 -
System Red Green Blue C M Y K H S L
Decimal 213 35 123 0 0.84 0.42 0.16 330.34 0.72 0.49
Hex D5 23 7B 0 54 2A 10 14A 48 31
Octal 325 43 173 0 124 52 20 512 110 61
Binary 11010101 100011 1111011 0 1010100 101010 10000 101001010 1001000 110001

Color Harmonies of #D5237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5237B

Black with #D5237B

Text Example


Text Example

White with #D5237B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5237B; }

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

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

background-color css

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

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

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

border-color css

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

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

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