Html Css Color HEX #DF338A Deep Cerise

📋 copy color: '#DF338A'

red 223 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #DF338A

Tints of Deep Cerise #DF338A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.38%

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

R = 54.13%
G = 12.38%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF338A (or 0xDF338A) is known color: Deep Cerise. HEX triplet: DF, 33 and 8A. RGB value is (223,51,138). Sum of RGB (Red+Green+Blue) = 223+51+138=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DF338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF338A is #20CC75. Grayscale: #707070. Windows color (decimal): -2149494 or 9057247. OLE color: 9057247.

HSL color Cylindrical-coordinate representation of color #DF338A: hue angle of 329.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF338A is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 51 138 -
CMYK 0 0.77 0.38 0.13
HSL 329.65º 0.73% 0.54% -
HSV(B) 329.65º 0.77% 0.87% -
XYZ 36.2 19.89 25.98 -
YUV 112.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 223 51 138 0 0.77 0.38 0.13 329.65 0.73 0.54
Hex DF 33 8A 0 4D 26 D 14A 49 36
Octal 337 63 212 0 115 46 15 512 111 66
Binary 11011111 110011 10001010 0 1001101 100110 1101 101001010 1001001 110110

Color Harmonies of #DF338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF338A

Black with #DF338A

Text Example


Text Example

White with #DF338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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