Html Css Color HEX #DF3065 Cerise

📋 copy color: '#DF3065'

red 223 ◦ green 48 ◦ blue 101

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

Shades of Cerise #DF3065

Tints of Cerise #DF3065

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.9%

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

R = 59.95%
G = 12.9%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF3065 (or 0xDF3065) is known color: Cerise. HEX triplet: DF, 30 and 65. RGB value is (223,48,101). Sum of RGB (Red+Green+Blue) = 223+48+101=372 (49% of max value = 765). Red value is 223 (87.5% from 255 or 59.95% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3065 is #20CF9A. Grayscale: #6A6A6A. Windows color (decimal): -2150299 or 6631647. OLE color: 6631647.

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

Color convert

RGB 223 48 101 -
CMYK 0 0.78 0.55 0.13
HSL 341.83º 0.73% 0.53% -
HSV(B) 341.83º 0.78% 0.87% -
XYZ 33.84 18.74 14.15 -
YUV 106.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 223 48 101 0 0.78 0.55 0.13 341.83 0.73 0.53
Hex DF 30 65 0 4E 37 D 156 49 35
Octal 337 60 145 0 116 67 15 526 111 65
Binary 11011111 110000 1100101 0 1001110 110111 1101 101010110 1001001 110101

Color Harmonies of #DF3065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3065

Black with #DF3065

Text Example


Text Example

White with #DF3065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3065; }

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

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

background-color css

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

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

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

border-color css

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

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

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