Html Css Color HEX #DF3362 Cerise

📋 copy color: '#DF3362'

red 223 ◦ green 51 ◦ blue 98

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

Shades of Cerise #DF3362

Tints of Cerise #DF3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.34%

R = 59.95%
G = 13.71%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DF3362 (or 0xDF3362) is known color: Cerise. HEX triplet: DF, 33 and 62. RGB value is (223,51,98). Sum of RGB (Red+Green+Blue) = 223+51+98=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3362 is #20CC9D. Grayscale: #6B6B6B. Windows color (decimal): -2149534 or 6435807. OLE color: 6435807.

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

Color convert

RGB 223 51 98 -
CMYK 0 0.77 0.56 0.13
HSL 343.6º 0.73% 0.54% -
HSV(B) 343.6º 0.77% 0.87% -
XYZ 33.82 18.94 13.43 -
YUV 107.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 223 51 98 0 0.77 0.56 0.13 343.6 0.73 0.54
Hex DF 33 62 0 4D 38 D 158 49 36
Octal 337 63 142 0 115 70 15 530 111 66
Binary 11011111 110011 1100010 0 1001101 111000 1101 101011000 1001001 110110

Color Harmonies of #DF3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3362

Black with #DF3362

Text Example


Text Example

White with #DF3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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