Html Css Color HEX #D52368 Cerise

📋 copy color: '#D52368'

red 213 ◦ green 35 ◦ blue 104

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

Shades of Cerise #D52368

Tints of Cerise #D52368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.55%

R = 60.51%
G = 9.94%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D52368 (or 0xD52368) is known color: Cerise. HEX triplet: D5, 23 and 68. RGB value is (213,35,104). Sum of RGB (Red+Green+Blue) = 213+35+104=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 35 (14.06% from 255 or 9.94% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D52368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52368 is #2ADC97. Grayscale: #5F5F5F. Windows color (decimal): -2808984 or 6824917. OLE color: 6824917.

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

Color convert

RGB 213 35 104 -
CMYK 0 0.84 0.51 0.16
HSL 336.74º 0.72% 0.49% -
HSV(B) 336.74º 0.84% 0.84% -
XYZ 30.54 16.35 14.64 -
YUV 96.09 132.47 211.39 -
System Red Green Blue C M Y K H S L
Decimal 213 35 104 0 0.84 0.51 0.16 336.74 0.72 0.49
Hex D5 23 68 0 54 33 10 151 48 31
Octal 325 43 150 0 124 63 20 521 110 61
Binary 11010101 100011 1101000 0 1010100 110011 10000 101010001 1001000 110001

Color Harmonies of #D52368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52368

Black with #D52368

Text Example


Text Example

White with #D52368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52368; }

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

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

background-color css

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

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

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

border-color css

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

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

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