Html Css Color HEX #DF389A Deep Cerise

📋 copy color: '#DF389A'

red 223 ◦ green 56 ◦ blue 154

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

Shades of Deep Cerise #DF389A

Tints of Deep Cerise #DF389A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.93%

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

R = 51.5%
G = 12.93%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF389A (or 0xDF389A) is known color: Deep Cerise. HEX triplet: DF, 38 and 9A. RGB value is (223,56,154). Sum of RGB (Red+Green+Blue) = 223+56+154=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 56 (22.27% from 255 or 12.93% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF389A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF389A is #20C765. Grayscale: #747474. Windows color (decimal): -2148198 or 10107103. OLE color: 10107103.

HSL color Cylindrical-coordinate representation of color #DF389A: hue angle of 324.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF389A is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 56 154 -
CMYK 0 0.75 0.31 0.13
HSL 324.79º 0.72% 0.55% -
HSV(B) 324.79º 0.75% 0.87% -
XYZ 37.68 20.85 32.61 -
YUV 117.11 148.83 203.53 -
System Red Green Blue C M Y K H S L
Decimal 223 56 154 0 0.75 0.31 0.13 324.79 0.72 0.55
Hex DF 38 9A 0 4B 1F D 145 48 37
Octal 337 70 232 0 113 37 15 505 110 67
Binary 11011111 111000 10011010 0 1001011 11111 1101 101000101 1001000 110111

Color Harmonies of #DF389A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF389A

Black with #DF389A

Text Example


Text Example

White with #DF389A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF389A; }

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

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

background-color css

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

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

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

border-color css

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

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

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