Html Css Color HEX #D52868 Cerise

📋 copy color: '#D52868'

red 213 ◦ green 40 ◦ blue 104

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

Shades of Cerise #D52868

Tints of Cerise #D52868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

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

R = 59.66%
G = 11.2%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D52868 (or 0xD52868) is known color: Cerise. HEX triplet: D5, 28 and 68. RGB value is (213,40,104). Sum of RGB (Red+Green+Blue) = 213+40+104=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D52868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52868 is #2AD797. Grayscale: #626262. Windows color (decimal): -2807704 or 6826197. OLE color: 6826197.

HSL color Cylindrical-coordinate representation of color #D52868: hue angle of 337.8º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52868 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 40 104 -
CMYK 0 0.81 0.51 0.16
HSL 337.8º 0.68% 0.5% -
HSV(B) 337.8º 0.81% 0.84% -
XYZ 30.7 16.66 14.7 -
YUV 99.02 130.81 209.3 -
System Red Green Blue C M Y K H S L
Decimal 213 40 104 0 0.81 0.51 0.16 337.8 0.68 0.5
Hex D5 28 68 0 51 33 10 152 44 32
Octal 325 50 150 0 121 63 20 522 104 62
Binary 11010101 101000 1101000 0 1010001 110011 10000 101010010 1000100 110010

Color Harmonies of #D52868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52868

Black with #D52868

Text Example


Text Example

White with #D52868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52868; }

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

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

background-color css

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

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

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

border-color css

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

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

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