Html Css Color HEX #D538A8 Deep Cerise

📋 copy color: '#D538A8'

red 213 ◦ green 56 ◦ blue 168

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

Shades of Deep Cerise #D538A8

Tints of Deep Cerise #D538A8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.81%

 BLUE value IS 168 (66.02% from 255) = 38.44%

R = 48.74%
G = 12.81%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D538A8 (or 0xD538A8) is known color: Deep Cerise. HEX triplet: D5, 38 and A8. RGB value is (213,56,168). Sum of RGB (Red+Green+Blue) = 213+56+168=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D538A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D538A8 is #2AC757. Grayscale: #737373. Windows color (decimal): -2803544 or 11024597. OLE color: 11024597.

HSL color Cylindrical-coordinate representation of color #D538A8: hue angle of 317.2º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D538A8 is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 56 168 -
CMYK 0 0.74 0.21 0.16
HSL 317.2º 0.65% 0.53% -
HSV(B) 317.2º 0.74% 0.84% -
XYZ 35.92 19.8 38.97 -
YUV 115.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 213 56 168 0 0.74 0.21 0.16 317.2 0.65 0.53
Hex D5 38 A8 0 4A 15 10 13D 41 35
Octal 325 70 250 0 112 25 20 475 101 65
Binary 11010101 111000 10101000 0 1001010 10101 10000 100111101 1000001 110101

Color Harmonies of #D538A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538A8

Black with #D538A8

Text Example


Text Example

White with #D538A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538A8; }

 p { color: rgb(213,56,168); }

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

background-color css

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

 a { background-color: rgb(213,56,168); }

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

border-color css

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

 span { border-color: rgb(213,56,168); }

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