Html Css Color HEX #D52268 Cerise

📋 copy color: '#D52268'

red 213 ◦ green 34 ◦ blue 104

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

Shades of Cerise #D52268

Tints of Cerise #D52268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.69%

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

R = 60.68%
G = 9.69%
B = 29.63%

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

#D52268 (or 0xD52268) is known color: Cerise. HEX triplet: D5, 22 and 68. RGB value is (213,34,104). Sum of RGB (Red+Green+Blue) = 213+34+104=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D52268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52268 is #2ADD97. Grayscale: #5F5F5F. Windows color (decimal): -2809240 or 6824661. OLE color: 6824661.

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

Color convert

RGB 213 34 104 -
CMYK 0 0.84 0.51 0.16
HSL 336.54º 0.72% 0.48% -
HSV(B) 336.54º 0.84% 0.84% -
XYZ 30.51 16.29 14.63 -
YUV 95.5 132.8 211.81 -
System Red Green Blue C M Y K H S L
Decimal 213 34 104 0 0.84 0.51 0.16 336.54 0.72 0.48
Hex D5 22 68 0 54 33 10 151 48 30
Octal 325 42 150 0 124 63 20 521 110 60
Binary 11010101 100010 1101000 0 1010100 110011 10000 101010001 1001000 110000

Color Harmonies of #D52268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52268

Black with #D52268

Text Example


Text Example

White with #D52268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52268; }

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

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

background-color css

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

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

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

border-color css

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

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

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