Html Css Color HEX #D52F68 Cerise

📋 copy color: '#D52F68'

red 213 ◦ green 47 ◦ blue 104

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

Shades of Cerise #D52F68

Tints of Cerise #D52F68

RGB

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

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

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

R = 58.52%
G = 12.91%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D52F68 (or 0xD52F68) is known color: Cerise. HEX triplet: D5, 2F and 68. RGB value is (213,47,104). Sum of RGB (Red+Green+Blue) = 213+47+104=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F68 is #2AD097. Grayscale: #676767. Windows color (decimal): -2805912 or 6827989. OLE color: 6827989.

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

Color convert

RGB 213 47 104 -
CMYK 0 0.78 0.51 0.16
HSL 339.4º 0.66% 0.51% -
HSV(B) 339.4º 0.78% 0.84% -
XYZ 30.96 17.18 14.78 -
YUV 103.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 213 47 104 0 0.78 0.51 0.16 339.4 0.66 0.51
Hex D5 2F 68 0 4E 33 10 153 42 33
Octal 325 57 150 0 116 63 20 523 102 63
Binary 11010101 101111 1101000 0 1001110 110011 10000 101010011 1000010 110011

Color Harmonies of #D52F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F68

Black with #D52F68

Text Example


Text Example

White with #D52F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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