Html Css Color HEX #D53969 Cerise

📋 copy color: '#D53969'

red 213 ◦ green 57 ◦ blue 105

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

Shades of Cerise #D53969

Tints of Cerise #D53969

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.2%

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

R = 56.8%
G = 15.2%
B = 28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D53969 (or 0xD53969) is known color: Cerise. HEX triplet: D5, 39 and 69. RGB value is (213,57,105). Sum of RGB (Red+Green+Blue) = 213+57+105=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D53969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53969 is #2AC696. Grayscale: #6D6D6D. Windows color (decimal): -2803351 or 6896085. OLE color: 6896085.

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

Color convert

RGB 213 57 105 -
CMYK 0 0.73 0.51 0.16
HSL 341.54º 0.65% 0.53% -
HSV(B) 341.54º 0.73% 0.84% -
XYZ 31.45 18.09 15.2 -
YUV 109.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 213 57 105 0 0.73 0.51 0.16 341.54 0.65 0.53
Hex D5 39 69 0 49 33 10 156 41 35
Octal 325 71 151 0 111 63 20 526 101 65
Binary 11010101 111001 1101001 0 1001001 110011 10000 101010110 1000001 110101

Color Harmonies of #D53969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53969

Black with #D53969

Text Example


Text Example

White with #D53969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53969; }

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

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

background-color css

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

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

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

border-color css

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

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

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