Html Css Color HEX #D53E68 Cerise

📋 copy color: '#D53E68'

red 213 ◦ green 62 ◦ blue 104

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

Shades of Cerise #D53E68

Tints of Cerise #D53E68

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

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

R = 56.2%
G = 16.36%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D53E68 (or 0xD53E68) is known color: Cerise. HEX triplet: D5, 3E and 68. RGB value is (213,62,104). Sum of RGB (Red+Green+Blue) = 213+62+104=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D53E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53E68 is #2AC197. Grayscale: #6F6F6F. Windows color (decimal): -2802072 or 6831829. OLE color: 6831829.

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

Color convert

RGB 213 62 104 -
CMYK 0 0.71 0.51 0.16
HSL 343.31º 0.64% 0.54% -
HSV(B) 343.31º 0.71% 0.84% -
XYZ 31.66 18.59 15.02 -
YUV 111.94 123.53 200.08 -
System Red Green Blue C M Y K H S L
Decimal 213 62 104 0 0.71 0.51 0.16 343.31 0.64 0.54
Hex D5 3E 68 0 47 33 10 157 40 36
Octal 325 76 150 0 107 63 20 527 100 66
Binary 11010101 111110 1101000 0 1000111 110011 10000 101010111 1000000 110110

Color Harmonies of #D53E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53E68

Black with #D53E68

Text Example


Text Example

White with #D53E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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