Html Css Color HEX #D53269 Cerise

📋 copy color: '#D53269'

red 213 ◦ green 50 ◦ blue 105

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

Shades of Cerise #D53269

Tints of Cerise #D53269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.53%

R = 57.88%
G = 13.59%
B = 28.53%

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

#D53269 (or 0xD53269) is known color: Cerise. HEX triplet: D5, 32 and 69. RGB value is (213,50,105). Sum of RGB (Red+Green+Blue) = 213+50+105=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 50 (19.92% from 255 or 13.59% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D53269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53269 is #2ACD96. Grayscale: #686868. Windows color (decimal): -2805143 or 6894293. OLE color: 6894293.

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

Color convert

RGB 213 50 105 -
CMYK 0 0.77 0.51 0.16
HSL 339.75º 0.66% 0.52% -
HSV(B) 339.75º 0.77% 0.84% -
XYZ 31.13 17.45 15.09 -
YUV 105.01 128 205.03 -
System Red Green Blue C M Y K H S L
Decimal 213 50 105 0 0.77 0.51 0.16 339.75 0.66 0.52
Hex D5 32 69 0 4D 33 10 154 42 34
Octal 325 62 151 0 115 63 20 524 102 64
Binary 11010101 110010 1101001 0 1001101 110011 10000 101010100 1000010 110100

Color Harmonies of #D53269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53269

Black with #D53269

Text Example


Text Example

White with #D53269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53269; }

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

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

background-color css

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

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

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

border-color css

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

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

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