Html Css Color HEX #DF2A65 Cerise

📋 copy color: '#DF2A65'

red 223 ◦ green 42 ◦ blue 101

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

Shades of Cerise #DF2A65

Tints of Cerise #DF2A65

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.48%

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

R = 60.93%
G = 11.48%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DF2A65 (or 0xDF2A65) is known color: Cerise. HEX triplet: DF, 2A and 65. RGB value is (223,42,101). Sum of RGB (Red+Green+Blue) = 223+42+101=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2A65 is #20D59A. Grayscale: #666666. Windows color (decimal): -2151835 or 6630111. OLE color: 6630111.

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

Color convert

RGB 223 42 101 -
CMYK 0 0.81 0.55 0.13
HSL 340.44º 0.74% 0.52% -
HSV(B) 340.44º 0.81% 0.87% -
XYZ 33.61 18.28 14.07 -
YUV 102.85 126.97 213.7 -
System Red Green Blue C M Y K H S L
Decimal 223 42 101 0 0.81 0.55 0.13 340.44 0.74 0.52
Hex DF 2A 65 0 51 37 D 154 4A 34
Octal 337 52 145 0 121 67 15 524 112 64
Binary 11011111 101010 1100101 0 1010001 110111 1101 101010100 1001010 110100

Color Harmonies of #DF2A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2A65

Black with #DF2A65

Text Example


Text Example

White with #DF2A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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