Html Css Color HEX #DF429A Deep Cerise

📋 copy color: '#DF429A'

red 223 ◦ green 66 ◦ blue 154

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

Shades of Deep Cerise #DF429A

Tints of Deep Cerise #DF429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.76%

R = 50.34%
G = 14.9%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF429A (or 0xDF429A) is known color: Deep Cerise. HEX triplet: DF, 42 and 9A. RGB value is (223,66,154). Sum of RGB (Red+Green+Blue) = 223+66+154=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 66 (26.17% from 255 or 14.90% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF429A is #20BD65. Grayscale: #7A7A7A. Windows color (decimal): -2145638 or 10109663. OLE color: 10109663.

HSL color Cylindrical-coordinate representation of color #DF429A: hue angle of 326.37º 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 #DF429A is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 66 154 -
CMYK 0 0.70 0.31 0.13
HSL 326.37º 0.71% 0.57% -
HSV(B) 326.37º 0.7% 0.87% -
XYZ 38.21 21.92 32.79 -
YUV 122.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 223 66 154 0 0.70 0.31 0.13 326.37 0.71 0.57
Hex DF 42 9A 0 46 1F D 146 47 39
Octal 337 102 232 0 106 37 15 506 107 71
Binary 11011111 1000010 10011010 0 1000110 11111 1101 101000110 1000111 111001

Color Harmonies of #DF429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF429A

Black with #DF429A

Text Example


Text Example

White with #DF429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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