Html Css Color HEX #D52267 Cerise

📋 copy color: '#D52267'

red 213 ◦ green 34 ◦ blue 103

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

Shades of Cerise #D52267

Tints of Cerise #D52267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.43%

R = 60.86%
G = 9.71%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D52267 (or 0xD52267) is known color: Cerise. HEX triplet: D5, 22 and 67. RGB value is (213,34,103). Sum of RGB (Red+Green+Blue) = 213+34+103=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 103 (40.62% from 255 or 29.43% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D52267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52267 is #2ADD98. Grayscale: #5F5F5F. Windows color (decimal): -2809241 or 6759125. OLE color: 6759125.

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

Color convert

RGB 213 34 103 -
CMYK 0 0.84 0.52 0.16
HSL 336.87º 0.72% 0.48% -
HSV(B) 336.87º 0.84% 0.84% -
XYZ 30.46 16.27 14.37 -
YUV 95.39 132.3 211.89 -
System Red Green Blue C M Y K H S L
Decimal 213 34 103 0 0.84 0.52 0.16 336.87 0.72 0.48
Hex D5 22 67 0 54 34 10 151 48 30
Octal 325 42 147 0 124 64 20 521 110 60
Binary 11010101 100010 1100111 0 1010100 110100 10000 101010001 1001000 110000

Color Harmonies of #D52267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52267

Black with #D52267

Text Example


Text Example

White with #D52267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52267; }

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

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

background-color css

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

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

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

border-color css

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

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

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