Html Css Color HEX #D52664 Cerise

📋 copy color: '#D52664'

red 213 ◦ green 38 ◦ blue 100

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

Shades of Cerise #D52664

Tints of Cerise #D52664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.83%

 BLUE value IS 100 (39.45% from 255) = 28.49%

R = 60.68%
G = 10.83%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D52664 (or 0xD52664) is known color: Cerise. HEX triplet: D5, 26 and 64. RGB value is (213,38,100). Sum of RGB (Red+Green+Blue) = 213+38+100=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 38 (15.23% from 255 or 10.83% from 351); Blue value is 100 (39.45% from 255 or 28.49% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D52664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52664 is #2AD99B. Grayscale: #616161. Windows color (decimal): -2808220 or 6563541. OLE color: 6563541.

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

Color convert

RGB 213 38 100 -
CMYK 0 0.82 0.53 0.16
HSL 338.74º 0.7% 0.49% -
HSV(B) 338.74º 0.82% 0.84% -
XYZ 30.43 16.45 13.63 -
YUV 97.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 213 38 100 0 0.82 0.53 0.16 338.74 0.7 0.49
Hex D5 26 64 0 52 35 10 153 46 31
Octal 325 46 144 0 122 65 20 523 106 61
Binary 11010101 100110 1100100 0 1010010 110101 10000 101010011 1000110 110001

Color Harmonies of #D52664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52664

Black with #D52664

Text Example


Text Example

White with #D52664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52664; }

 p { color: rgb(213,38,100); }

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

background-color css

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

 a { background-color: rgb(213,38,100); }

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

border-color css

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

 span { border-color: rgb(213,38,100); }

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