Html Css Color HEX #D52F64 Cerise

📋 copy color: '#D52F64'

red 213 ◦ green 47 ◦ blue 100

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

Shades of Cerise #D52F64

Tints of Cerise #D52F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.06%

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

R = 59.17%
G = 13.06%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D52F64 (or 0xD52F64) is known color: Cerise. HEX triplet: D5, 2F and 64. RGB value is (213,47,100). Sum of RGB (Red+Green+Blue) = 213+47+100=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 47 (18.75% from 255 or 13.06% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F64 is #2AD09B. Grayscale: #666666. Windows color (decimal): -2805916 or 6565845. OLE color: 6565845.

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

Color convert

RGB 213 47 100 -
CMYK 0 0.78 0.53 0.16
HSL 340.84º 0.66% 0.51% -
HSV(B) 340.84º 0.78% 0.84% -
XYZ 30.76 17.1 13.74 -
YUV 102.68 126.5 206.69 -
System Red Green Blue C M Y K H S L
Decimal 213 47 100 0 0.78 0.53 0.16 340.84 0.66 0.51
Hex D5 2F 64 0 4E 35 10 155 42 33
Octal 325 57 144 0 116 65 20 525 102 63
Binary 11010101 101111 1100100 0 1001110 110101 10000 101010101 1000010 110011

Color Harmonies of #D52F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F64

Black with #D52F64

Text Example


Text Example

White with #D52F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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