Html Css Color HEX #DF3775 Cerise

📋 copy color: '#DF3775'

red 223 ◦ green 55 ◦ blue 117

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

Shades of Cerise #DF3775

Tints of Cerise #DF3775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.92%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 56.46%
G = 13.92%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF3775 (or 0xDF3775) is known color: Cerise. HEX triplet: DF, 37 and 75. RGB value is (223,55,117). Sum of RGB (Red+Green+Blue) = 223+55+117=395 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.46% from 395); Green value is 55 (21.88% from 255 or 13.92% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3775 is #20C88A. Grayscale: #707070. Windows color (decimal): -2148491 or 7682015. OLE color: 7682015.

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

Color convert

RGB 223 55 117 -
CMYK 0 0.75 0.48 0.13
HSL 337.86º 0.72% 0.55% -
HSV(B) 337.86º 0.75% 0.87% -
XYZ 35.01 19.7 18.79 -
YUV 112.3 130.66 206.96 -
System Red Green Blue C M Y K H S L
Decimal 223 55 117 0 0.75 0.48 0.13 337.86 0.72 0.55
Hex DF 37 75 0 4B 30 D 152 48 37
Octal 337 67 165 0 113 60 15 522 110 67
Binary 11011111 110111 1110101 0 1001011 110000 1101 101010010 1001000 110111

Color Harmonies of #DF3775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3775

Black with #DF3775

Text Example


Text Example

White with #DF3775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3775; }

 p { color: rgb(223,55,117); }

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

background-color css

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

 a { background-color: rgb(223,55,117); }

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

border-color css

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

 span { border-color: rgb(223,55,117); }

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