Html Css Color HEX #DF359B Deep Cerise

📋 copy color: '#DF359B'

red 223 ◦ green 53 ◦ blue 155

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

Shades of Deep Cerise #DF359B

Tints of Deep Cerise #DF359B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.3%

 BLUE value IS 155 (60.94% from 255) = 35.96%

R = 51.74%
G = 12.3%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF359B (or 0xDF359B) is known color: Deep Cerise. HEX triplet: DF, 35 and 9B. RGB value is (223,53,155). Sum of RGB (Red+Green+Blue) = 223+53+155=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF359B is #20CA64. Grayscale: #737373. Windows color (decimal): -2148965 or 10171871. OLE color: 10171871.

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

Color convert

RGB 223 53 155 -
CMYK 0 0.76 0.30 0.13
HSL 324º 0.73% 0.54% -
HSV(B) 324º 0.76% 0.87% -
XYZ 37.62 20.6 33 -
YUV 115.46 150.32 204.71 -
System Red Green Blue C M Y K H S L
Decimal 223 53 155 0 0.76 0.30 0.13 324 0.73 0.54
Hex DF 35 9B 0 4C 1E D 144 49 36
Octal 337 65 233 0 114 36 15 504 111 66
Binary 11011111 110101 10011011 0 1001100 11110 1101 101000100 1001001 110110

Color Harmonies of #DF359B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF359B

Black with #DF359B

Text Example


Text Example

White with #DF359B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF359B; }

 p { color: rgb(223,53,155); }

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

background-color css

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

 a { background-color: rgb(223,53,155); }

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

border-color css

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

 span { border-color: rgb(223,53,155); }

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