Html Css Color HEX #DF2365 Cerise

📋 copy color: '#DF2365'

red 223 ◦ green 35 ◦ blue 101

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

Shades of Cerise #DF2365

Tints of Cerise #DF2365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 62.12%
G = 9.75%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF2365 (or 0xDF2365) is known color: Cerise. HEX triplet: DF, 23 and 65. RGB value is (223,35,101). Sum of RGB (Red+Green+Blue) = 223+35+101=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2365 is #20DC9A. Grayscale: #626262. Windows color (decimal): -2153627 or 6628319. OLE color: 6628319.

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

Color convert

RGB 223 35 101 -
CMYK 0 0.84 0.55 0.13
HSL 338.94º 0.75% 0.51% -
HSV(B) 338.94º 0.84% 0.87% -
XYZ 33.38 17.83 13.99 -
YUV 98.74 129.28 216.63 -
System Red Green Blue C M Y K H S L
Decimal 223 35 101 0 0.84 0.55 0.13 338.94 0.75 0.51
Hex DF 23 65 0 54 37 D 153 4B 33
Octal 337 43 145 0 124 67 15 523 113 63
Binary 11011111 100011 1100101 0 1010100 110111 1101 101010011 1001011 110011

Color Harmonies of #DF2365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2365

Black with #DF2365

Text Example


Text Example

White with #DF2365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2365; }

 p { color: rgb(223,35,101); }

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

background-color css

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

 a { background-color: rgb(223,35,101); }

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

border-color css

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

 span { border-color: rgb(223,35,101); }

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