Html Css Color HEX #D52464 Cerise

📋 copy color: '#D52464'

red 213 ◦ green 36 ◦ blue 100

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

Shades of Cerise #D52464

Tints of Cerise #D52464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

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

R = 61.03%
G = 10.32%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D52464 (or 0xD52464) is known color: Cerise. HEX triplet: D5, 24 and 64. RGB value is (213,36,100). Sum of RGB (Red+Green+Blue) = 213+36+100=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D52464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52464 is #2ADB9B. Grayscale: #606060. Windows color (decimal): -2808732 or 6563029. OLE color: 6563029.

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

Color convert

RGB 213 36 100 -
CMYK 0 0.83 0.53 0.16
HSL 338.31º 0.71% 0.49% -
HSV(B) 338.31º 0.83% 0.84% -
XYZ 30.37 16.33 13.61 -
YUV 96.22 130.14 211.3 -
System Red Green Blue C M Y K H S L
Decimal 213 36 100 0 0.83 0.53 0.16 338.31 0.71 0.49
Hex D5 24 64 0 53 35 10 152 47 31
Octal 325 44 144 0 123 65 20 522 107 61
Binary 11010101 100100 1100100 0 1010011 110101 10000 101010010 1000111 110001

Color Harmonies of #D52464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52464

Black with #D52464

Text Example


Text Example

White with #D52464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52464; }

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

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

background-color css

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

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

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

border-color css

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

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

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