Html Css Color HEX #D53668 Cerise

📋 copy color: '#D53668'

red 213 ◦ green 54 ◦ blue 104

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

Shades of Cerise #D53668

Tints of Cerise #D53668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.56%

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

R = 57.41%
G = 14.56%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D53668 (or 0xD53668) is known color: Cerise. HEX triplet: D5, 36 and 68. RGB value is (213,54,104). Sum of RGB (Red+Green+Blue) = 213+54+104=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D53668 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D53668 is #2AC997. Grayscale: #6B6B6B. Windows color (decimal): -2804120 or 6829781. OLE color: 6829781.

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

Color convert

RGB 213 54 104 -
CMYK 0 0.75 0.51 0.16
HSL 341.13º 0.65% 0.52% -
HSV(B) 341.13º 0.75% 0.84% -
XYZ 31.26 17.78 14.88 -
YUV 107.24 126.18 203.43 -
System Red Green Blue C M Y K H S L
Decimal 213 54 104 0 0.75 0.51 0.16 341.13 0.65 0.52
Hex D5 36 68 0 4B 33 10 155 41 34
Octal 325 66 150 0 113 63 20 525 101 64
Binary 11010101 110110 1101000 0 1001011 110011 10000 101010101 1000001 110100

Color Harmonies of #D53668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53668

Black with #D53668

Text Example


Text Example

White with #D53668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53668; }

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

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

background-color css

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

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

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

border-color css

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

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

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