Html Css Color HEX #D53265 Cerise

📋 copy color: '#D53265'

red 213 ◦ green 50 ◦ blue 101

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

Shades of Cerise #D53265

Tints of Cerise #D53265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 58.52%
G = 13.74%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D53265 (or 0xD53265) is known color: Cerise. HEX triplet: D5, 32 and 65. RGB value is (213,50,101). Sum of RGB (Red+Green+Blue) = 213+50+101=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D53265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53265 is #2ACD9A. Grayscale: #686868. Windows color (decimal): -2805147 or 6632149. OLE color: 6632149.

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

Color convert

RGB 213 50 101 -
CMYK 0 0.77 0.53 0.16
HSL 341.23º 0.66% 0.52% -
HSV(B) 341.23º 0.77% 0.84% -
XYZ 30.93 17.37 14.03 -
YUV 104.55 126 205.35 -
System Red Green Blue C M Y K H S L
Decimal 213 50 101 0 0.77 0.53 0.16 341.23 0.66 0.52
Hex D5 32 65 0 4D 35 10 155 42 34
Octal 325 62 145 0 115 65 20 525 102 64
Binary 11010101 110010 1100101 0 1001101 110101 10000 101010101 1000010 110100

Color Harmonies of #D53265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53265

Black with #D53265

Text Example


Text Example

White with #D53265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53265; }

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

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

background-color css

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

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

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

border-color css

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

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

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