Html Css Color HEX #D52164 Cerise

📋 copy color: '#D52164'

red 213 ◦ green 33 ◦ blue 100

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

Shades of Cerise #D52164

Tints of Cerise #D52164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.54%

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

R = 61.56%
G = 9.54%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D52164 (or 0xD52164) is known color: Cerise. HEX triplet: D5, 21 and 64. RGB value is (213,33,100). Sum of RGB (Red+Green+Blue) = 213+33+100=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D52164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52164 is #2ADE9B. Grayscale: #5E5E5E. Windows color (decimal): -2809500 or 6562261. OLE color: 6562261.

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

Color convert

RGB 213 33 100 -
CMYK 0 0.85 0.53 0.16
HSL 337.67º 0.73% 0.48% -
HSV(B) 337.67º 0.85% 0.84% -
XYZ 30.28 16.15 13.58 -
YUV 94.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 213 33 100 0 0.85 0.53 0.16 337.67 0.73 0.48
Hex D5 21 64 0 55 35 10 152 49 30
Octal 325 41 144 0 125 65 20 522 111 60
Binary 11010101 100001 1100100 0 1010101 110101 10000 101010010 1001001 110000

Color Harmonies of #D52164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52164

Black with #D52164

Text Example


Text Example

White with #D52164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52164; }

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

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

background-color css

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

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

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

border-color css

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

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

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