Html Css Color HEX #D5428C Deep Cerise

📋 copy color: '#D5428C'

red 213 ◦ green 66 ◦ blue 140

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

Shades of Deep Cerise #D5428C

Tints of Deep Cerise #D5428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.75%

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 50.84%
G = 15.75%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5428C (or 0xD5428C) is known color: Deep Cerise. HEX triplet: D5, 42 and 8C. RGB value is (213,66,140). Sum of RGB (Red+Green+Blue) = 213+66+140=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D5428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5428C is #2ABD73. Grayscale: #767676. Windows color (decimal): -2801012 or 9192149. OLE color: 9192149.

HSL color Cylindrical-coordinate representation of color #D5428C: hue angle of 329.8º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5428C is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 66 140 -
CMYK 0 0.69 0.34 0.16
HSL 329.8º 0.64% 0.55% -
HSV(B) 329.8º 0.69% 0.84% -
XYZ 34.12 19.94 26.86 -
YUV 118.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 213 66 140 0 0.69 0.34 0.16 329.8 0.64 0.55
Hex D5 42 8C 0 45 22 10 14A 40 37
Octal 325 102 214 0 105 42 20 512 100 67
Binary 11010101 1000010 10001100 0 1000101 100010 10000 101001010 1000000 110111

Color Harmonies of #D5428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5428C

Black with #D5428C

Text Example


Text Example

White with #D5428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5428C; }

 p { color: rgb(213,66,140); }

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

background-color css

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

 a { background-color: rgb(213,66,140); }

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

border-color css

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

 span { border-color: rgb(213,66,140); }

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