Html Css Color HEX #D52163 Cerise

📋 copy color: '#D52163'

red 213 ◦ green 33 ◦ blue 99

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

Shades of Cerise #D52163

Tints of Cerise #D52163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 61.74%
G = 9.57%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D52163 (or 0xD52163) is known color: Cerise. HEX triplet: D5, 21 and 63. RGB value is (213,33,99). Sum of RGB (Red+Green+Blue) = 213+33+99=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 33 (13.28% from 255 or 9.57% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D52163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52163 is #2ADE9C. Grayscale: #5E5E5E. Windows color (decimal): -2809501 or 6496725. OLE color: 6496725.

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

Color convert

RGB 213 33 99 -
CMYK 0 0.85 0.54 0.16
HSL 338º 0.73% 0.48% -
HSV(B) 338º 0.85% 0.84% -
XYZ 30.24 16.13 13.33 -
YUV 94.34 130.63 212.63 -
System Red Green Blue C M Y K H S L
Decimal 213 33 99 0 0.85 0.54 0.16 338 0.73 0.48
Hex D5 21 63 0 55 36 10 152 49 30
Octal 325 41 143 0 125 66 20 522 111 60
Binary 11010101 100001 1100011 0 1010101 110110 10000 101010010 1001001 110000

Color Harmonies of #D52163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52163

Black with #D52163

Text Example


Text Example

White with #D52163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52163; }

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

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

background-color css

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

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

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

border-color css

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

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

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