Html Css Color HEX #D53268 Cerise

📋 copy color: '#D53268'

red 213 ◦ green 50 ◦ blue 104

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

Shades of Cerise #D53268

Tints of Cerise #D53268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.62%

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

R = 58.04%
G = 13.62%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D53268 (or 0xD53268) is known color: Cerise. HEX triplet: D5, 32 and 68. RGB value is (213,50,104). Sum of RGB (Red+Green+Blue) = 213+50+104=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D53268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53268 is #2ACD97. Grayscale: #686868. Windows color (decimal): -2805144 or 6828757. OLE color: 6828757.

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

Color convert

RGB 213 50 104 -
CMYK 0 0.77 0.51 0.16
HSL 340.12º 0.66% 0.52% -
HSV(B) 340.12º 0.77% 0.84% -
XYZ 31.08 17.43 14.82 -
YUV 104.89 127.5 205.11 -
System Red Green Blue C M Y K H S L
Decimal 213 50 104 0 0.77 0.51 0.16 340.12 0.66 0.52
Hex D5 32 68 0 4D 33 10 154 42 34
Octal 325 62 150 0 115 63 20 524 102 64
Binary 11010101 110010 1101000 0 1001101 110011 10000 101010100 1000010 110100

Color Harmonies of #D53268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53268

Black with #D53268

Text Example


Text Example

White with #D53268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53268; }

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

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

background-color css

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

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

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

border-color css

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

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

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