Html Css Color HEX #D52468 Cerise

📋 copy color: '#D52468'

red 213 ◦ green 36 ◦ blue 104

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

Shades of Cerise #D52468

Tints of Cerise #D52468

RGB

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

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

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

R = 60.34%
G = 10.2%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D52468 (or 0xD52468) is known color: Cerise. HEX triplet: D5, 24 and 68. RGB value is (213,36,104). Sum of RGB (Red+Green+Blue) = 213+36+104=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D52468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52468 is #2ADB97. Grayscale: #606060. Windows color (decimal): -2808728 or 6825173. OLE color: 6825173.

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

Color convert

RGB 213 36 104 -
CMYK 0 0.83 0.51 0.16
HSL 336.95º 0.71% 0.49% -
HSV(B) 336.95º 0.83% 0.84% -
XYZ 30.57 16.41 14.65 -
YUV 96.68 132.14 210.97 -
System Red Green Blue C M Y K H S L
Decimal 213 36 104 0 0.83 0.51 0.16 336.95 0.71 0.49
Hex D5 24 68 0 53 33 10 151 47 31
Octal 325 44 150 0 123 63 20 521 107 61
Binary 11010101 100100 1101000 0 1010011 110011 10000 101010001 1000111 110001

Color Harmonies of #D52468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52468

Black with #D52468

Text Example


Text Example

White with #D52468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52468; }

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

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

background-color css

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

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

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

border-color css

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

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

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