Html Css Color HEX #DF2969 Cerise

📋 copy color: '#DF2969'

red 223 ◦ green 41 ◦ blue 105

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

Shades of Cerise #DF2969

Tints of Cerise #DF2969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.46%

R = 60.43%
G = 11.11%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DF2969 (or 0xDF2969) is known color: Cerise. HEX triplet: DF, 29 and 69. RGB value is (223,41,105). Sum of RGB (Red+Green+Blue) = 223+41+105=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 41 (16.41% from 255 or 11.11% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2969 is #20D696. Grayscale: #666666. Windows color (decimal): -2152087 or 6891999. OLE color: 6891999.

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

Color convert

RGB 223 41 105 -
CMYK 0 0.82 0.53 0.13
HSL 338.9º 0.74% 0.52% -
HSV(B) 338.9º 0.82% 0.87% -
XYZ 33.77 18.29 15.12 -
YUV 102.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 223 41 105 0 0.82 0.53 0.13 338.9 0.74 0.52
Hex DF 29 69 0 52 35 D 153 4A 34
Octal 337 51 151 0 122 65 15 523 112 64
Binary 11011111 101001 1101001 0 1010010 110101 1101 101010011 1001010 110100

Color Harmonies of #DF2969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2969

Black with #DF2969

Text Example


Text Example

White with #DF2969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2969; }

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

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

background-color css

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

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

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

border-color css

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

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

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