Html Css Color HEX #D52968 Cerise

📋 copy color: '#D52968'

red 213 ◦ green 41 ◦ blue 104

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

Shades of Cerise #D52968

Tints of Cerise #D52968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

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

R = 59.5%
G = 11.45%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D52968 (or 0xD52968) is known color: Cerise. HEX triplet: D5, 29 and 68. RGB value is (213,41,104). Sum of RGB (Red+Green+Blue) = 213+41+104=358 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.50% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 213 - color contains mainly: red. Hex color #D52968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52968 is #2AD697. Grayscale: #636363. Windows color (decimal): -2807448 or 6826453. OLE color: 6826453.

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

Color convert

RGB 213 41 104 -
CMYK 0 0.81 0.51 0.16
HSL 338.02º 0.68% 0.5% -
HSV(B) 338.02º 0.81% 0.84% -
XYZ 30.73 16.73 14.71 -
YUV 99.61 130.48 208.88 -
System Red Green Blue C M Y K H S L
Decimal 213 41 104 0 0.81 0.51 0.16 338.02 0.68 0.5
Hex D5 29 68 0 51 33 10 152 44 32
Octal 325 51 150 0 121 63 20 522 104 62
Binary 11010101 101001 1101000 0 1010001 110011 10000 101010010 1000100 110010

Color Harmonies of #D52968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52968

Black with #D52968

Text Example


Text Example

White with #D52968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52968; }

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

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

background-color css

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

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

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

border-color css

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

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

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