Html Css Color HEX #D52B75 Deep Cerise

📋 copy color: '#D52B75'

red 213 ◦ green 43 ◦ blue 117

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

Shades of Deep Cerise #D52B75

Tints of Deep Cerise #D52B75

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.53%

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 57.1%
G = 11.53%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D52B75 (or 0xD52B75) is known color: Deep Cerise. HEX triplet: D5, 2B and 75. RGB value is (213,43,117). Sum of RGB (Red+Green+Blue) = 213+43+117=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 43 (17.19% from 255 or 11.53% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52B75 is #2AD48A. Grayscale: #666666. Windows color (decimal): -2806923 or 7678933. OLE color: 7678933.

HSL color Cylindrical-coordinate representation of color #D52B75: hue angle of 333.88º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52B75 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 43 117 -
CMYK 0 0.80 0.45 0.16
HSL 333.88º 0.67% 0.5% -
HSV(B) 333.88º 0.8% 0.84% -
XYZ 31.52 17.16 18.48 -
YUV 102.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 213 43 117 0 0.80 0.45 0.16 333.88 0.67 0.5
Hex D5 2B 75 0 50 2D 10 14E 43 32
Octal 325 53 165 0 120 55 20 516 103 62
Binary 11010101 101011 1110101 0 1010000 101101 10000 101001110 1000011 110010

Color Harmonies of #D52B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B75

Black with #D52B75

Text Example


Text Example

White with #D52B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B75; }

 p { color: rgb(213,43,117); }

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

background-color css

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

 a { background-color: rgb(213,43,117); }

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

border-color css

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

 span { border-color: rgb(213,43,117); }

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