Html Css Color HEX #DF2965 Cerise

📋 copy color: '#DF2965'

red 223 ◦ green 41 ◦ blue 101

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

Shades of Cerise #DF2965

Tints of Cerise #DF2965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.23%

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

R = 61.1%
G = 11.23%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF2965 (or 0xDF2965) is known color: Cerise. HEX triplet: DF, 29 and 65. RGB value is (223,41,101). Sum of RGB (Red+Green+Blue) = 223+41+101=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 41 (16.41% from 255 or 11.23% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2965 is #20D69A. Grayscale: #666666. Windows color (decimal): -2152091 or 6629855. OLE color: 6629855.

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

Color convert

RGB 223 41 101 -
CMYK 0 0.82 0.55 0.13
HSL 340.22º 0.74% 0.52% -
HSV(B) 340.22º 0.82% 0.87% -
XYZ 33.57 18.21 14.06 -
YUV 102.26 127.3 214.12 -
System Red Green Blue C M Y K H S L
Decimal 223 41 101 0 0.82 0.55 0.13 340.22 0.74 0.52
Hex DF 29 65 0 52 37 D 154 4A 34
Octal 337 51 145 0 122 67 15 524 112 64
Binary 11011111 101001 1100101 0 1010010 110111 1101 101010100 1001010 110100

Color Harmonies of #DF2965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2965

Black with #DF2965

Text Example


Text Example

White with #DF2965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2965; }

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

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

background-color css

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

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

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

border-color css

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

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

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