Html Css Color HEX #D5428A Deep Cerise

📋 copy color: '#D5428A'

red 213 ◦ green 66 ◦ blue 138

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

Shades of Deep Cerise #D5428A

Tints of Deep Cerise #D5428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.09%

R = 51.08%
G = 15.83%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5428A (or 0xD5428A) is known color: Deep Cerise. HEX triplet: D5, 42 and 8A. RGB value is (213,66,138). Sum of RGB (Red+Green+Blue) = 213+66+138=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D5428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5428A is #2ABD75. Grayscale: #767676. Windows color (decimal): -2801014 or 9061077. OLE color: 9061077.

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

Color convert

RGB 213 66 138 -
CMYK 0 0.69 0.35 0.16
HSL 330.61º 0.64% 0.55% -
HSV(B) 330.61º 0.69% 0.84% -
XYZ 33.98 19.88 26.09 -
YUV 118.16 139.2 195.65 -
System Red Green Blue C M Y K H S L
Decimal 213 66 138 0 0.69 0.35 0.16 330.61 0.64 0.55
Hex D5 42 8A 0 45 23 10 14B 40 37
Octal 325 102 212 0 105 43 20 513 100 67
Binary 11010101 1000010 10001010 0 1000101 100011 10000 101001011 1000000 110111

Color Harmonies of #D5428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5428A

Black with #D5428A

Text Example


Text Example

White with #D5428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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