Html Css Color HEX #D53D68 Cerise

📋 copy color: '#D53D68'

red 213 ◦ green 61 ◦ blue 104

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

Shades of Cerise #D53D68

Tints of Cerise #D53D68

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

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

R = 56.35%
G = 16.14%
B = 27.51%

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

#D53D68 (or 0xD53D68) is known color: Cerise. HEX triplet: D5, 3D and 68. RGB value is (213,61,104). Sum of RGB (Red+Green+Blue) = 213+61+104=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53D68 is #2AC297. Grayscale: #6F6F6F. Windows color (decimal): -2802328 or 6831573. OLE color: 6831573.

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

Color convert

RGB 213 61 104 -
CMYK 0 0.71 0.51 0.16
HSL 343.03º 0.64% 0.54% -
HSV(B) 343.03º 0.71% 0.84% -
XYZ 31.61 18.48 15 -
YUV 111.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 213 61 104 0 0.71 0.51 0.16 343.03 0.64 0.54
Hex D5 3D 68 0 47 33 10 157 40 36
Octal 325 75 150 0 107 63 20 527 100 66
Binary 11010101 111101 1101000 0 1000111 110011 10000 101010111 1000000 110110

Color Harmonies of #D53D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D68

Black with #D53D68

Text Example


Text Example

White with #D53D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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