Html Css Color HEX #D52D66 Cerise

📋 copy color: '#D52D66'

red 213 ◦ green 45 ◦ blue 102

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

Shades of Cerise #D52D66

Tints of Cerise #D52D66

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.5%

 BLUE value IS 102 (40.23% from 255) = 28.33%

R = 59.17%
G = 12.5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D52D66 (or 0xD52D66) is known color: Cerise. HEX triplet: D5, 2D and 66. RGB value is (213,45,102). Sum of RGB (Red+Green+Blue) = 213+45+102=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52D66 is #2AD299. Grayscale: #656565. Windows color (decimal): -2806426 or 6696405. OLE color: 6696405.

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

Color convert

RGB 213 45 102 -
CMYK 0 0.79 0.52 0.16
HSL 339.64º 0.67% 0.51% -
HSV(B) 339.64º 0.79% 0.84% -
XYZ 30.78 16.98 14.23 -
YUV 101.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 213 45 102 0 0.79 0.52 0.16 339.64 0.67 0.51
Hex D5 2D 66 0 4F 34 10 154 43 33
Octal 325 55 146 0 117 64 20 524 103 63
Binary 11010101 101101 1100110 0 1001111 110100 10000 101010100 1000011 110011

Color Harmonies of #D52D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52D66

Black with #D52D66

Text Example


Text Example

White with #D52D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52D66; }

 p { color: rgb(213,45,102); }

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

background-color css

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

 a { background-color: rgb(213,45,102); }

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

border-color css

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

 span { border-color: rgb(213,45,102); }

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