Html Css Color HEX #D52364 Cerise

📋 copy color: '#D52364'

red 213 ◦ green 35 ◦ blue 100

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

Shades of Cerise #D52364

Tints of Cerise #D52364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.74%

R = 61.21%
G = 10.06%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D52364 (or 0xD52364) is known color: Cerise. HEX triplet: D5, 23 and 64. RGB value is (213,35,100). Sum of RGB (Red+Green+Blue) = 213+35+100=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D52364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52364 is #2ADC9B. Grayscale: #5F5F5F. Windows color (decimal): -2808988 or 6562773. OLE color: 6562773.

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

Color convert

RGB 213 35 100 -
CMYK 0 0.84 0.53 0.16
HSL 338.09º 0.72% 0.49% -
HSV(B) 338.09º 0.84% 0.84% -
XYZ 30.34 16.27 13.6 -
YUV 95.63 130.47 211.71 -
System Red Green Blue C M Y K H S L
Decimal 213 35 100 0 0.84 0.53 0.16 338.09 0.72 0.49
Hex D5 23 64 0 54 35 10 152 48 31
Octal 325 43 144 0 124 65 20 522 110 61
Binary 11010101 100011 1100100 0 1010100 110101 10000 101010010 1001000 110001

Color Harmonies of #D52364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52364

Black with #D52364

Text Example


Text Example

White with #D52364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52364; }

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

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

background-color css

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

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

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

border-color css

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

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

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