Html Css Color HEX #DF428A Deep Cerise

📋 copy color: '#DF428A'

red 223 ◦ green 66 ◦ blue 138

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

Shades of Deep Cerise #DF428A

Tints of Deep Cerise #DF428A

RGB

 RED value IS 223 (87.5% from 255) = 52.22%

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

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

R = 52.22%
G = 15.46%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF428A (or 0xDF428A) is known color: Deep Cerise. HEX triplet: DF, 42 and 8A. RGB value is (223,66,138). Sum of RGB (Red+Green+Blue) = 223+66+138=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF428A is #20BD75. Grayscale: #797979. Windows color (decimal): -2145654 or 9061087. OLE color: 9061087.

HSL color Cylindrical-coordinate representation of color #DF428A: hue angle of 332.48º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF428A is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 138 -
CMYK 0 0.70 0.38 0.13
HSL 332.48º 0.71% 0.57% -
HSV(B) 332.48º 0.7% 0.87% -
XYZ 36.97 21.42 26.23 -
YUV 121.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 223 66 138 0 0.70 0.38 0.13 332.48 0.71 0.57
Hex DF 42 8A 0 46 26 D 14C 47 39
Octal 337 102 212 0 106 46 15 514 107 71
Binary 11011111 1000010 10001010 0 1000110 100110 1101 101001100 1000111 111001

Color Harmonies of #DF428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF428A

Black with #DF428A

Text Example


Text Example

White with #DF428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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