Html Css Color HEX #D5428E Deep Cerise

📋 copy color: '#D5428E'

red 213 ◦ green 66 ◦ blue 142

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

Shades of Deep Cerise #D5428E

Tints of Deep Cerise #D5428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 50.59%
G = 15.68%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5428E (or 0xD5428E) is known color: Deep Cerise. HEX triplet: D5, 42 and 8E. RGB value is (213,66,142). Sum of RGB (Red+Green+Blue) = 213+66+142=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5428E is #2ABD71. Grayscale: #767676. Windows color (decimal): -2801010 or 9323221. OLE color: 9323221.

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

Color convert

RGB 213 66 142 -
CMYK 0 0.69 0.33 0.16
HSL 328.98º 0.64% 0.55% -
HSV(B) 328.98º 0.69% 0.84% -
XYZ 34.27 20 27.64 -
YUV 118.62 141.2 195.32 -
System Red Green Blue C M Y K H S L
Decimal 213 66 142 0 0.69 0.33 0.16 328.98 0.64 0.55
Hex D5 42 8E 0 45 21 10 149 40 37
Octal 325 102 216 0 105 41 20 511 100 67
Binary 11010101 1000010 10001110 0 1000101 100001 10000 101001001 1000000 110111

Color Harmonies of #D5428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5428E

Black with #D5428E

Text Example


Text Example

White with #D5428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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