Html Css Color HEX #D52372 Cerise

📋 copy color: '#D52372'

red 213 ◦ green 35 ◦ blue 114

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

Shades of Cerise #D52372

Tints of Cerise #D52372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 58.84%
G = 9.67%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D52372 (or 0xD52372) is known color: Cerise. HEX triplet: D5, 23 and 72. RGB value is (213,35,114). Sum of RGB (Red+Green+Blue) = 213+35+114=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D52372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52372 is #2ADC8D. Grayscale: #616161. Windows color (decimal): -2808974 or 7480277. OLE color: 7480277.

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

Color convert

RGB 213 35 114 -
CMYK 0 0.84 0.46 0.16
HSL 333.37º 0.72% 0.49% -
HSV(B) 333.37º 0.84% 0.84% -
XYZ 31.08 16.56 17.48 -
YUV 97.23 137.47 210.58 -
System Red Green Blue C M Y K H S L
Decimal 213 35 114 0 0.84 0.46 0.16 333.37 0.72 0.49
Hex D5 23 72 0 54 2E 10 14D 48 31
Octal 325 43 162 0 124 56 20 515 110 61
Binary 11010101 100011 1110010 0 1010100 101110 10000 101001101 1001000 110001

Color Harmonies of #D52372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52372

Black with #D52372

Text Example


Text Example

White with #D52372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52372; }

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

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

background-color css

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

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

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

border-color css

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

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

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