Html Css Color HEX #D52F6B Cerise

📋 copy color: '#D52F6B'

red 213 ◦ green 47 ◦ blue 107

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

Shades of Cerise #D52F6B

Tints of Cerise #D52F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 58.04%
G = 12.81%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D52F6B (or 0xD52F6B) is known color: Cerise. HEX triplet: D5, 2F and 6B. RGB value is (213,47,107). Sum of RGB (Red+Green+Blue) = 213+47+107=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52F6B is #2AD094. Grayscale: #676767. Windows color (decimal): -2805909 or 7024597. OLE color: 7024597.

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

Color convert

RGB 213 47 107 -
CMYK 0 0.78 0.50 0.16
HSL 338.31º 0.66% 0.51% -
HSV(B) 338.31º 0.78% 0.84% -
XYZ 31.11 17.24 15.6 -
YUV 103.47 130 206.12 -
System Red Green Blue C M Y K H S L
Decimal 213 47 107 0 0.78 0.50 0.16 338.31 0.66 0.51
Hex D5 2F 6B 0 4E 32 10 152 42 33
Octal 325 57 153 0 116 62 20 522 102 63
Binary 11010101 101111 1101011 0 1001110 110010 10000 101010010 1000010 110011

Color Harmonies of #D52F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F6B

Black with #D52F6B

Text Example


Text Example

White with #D52F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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