Html Css Color HEX #DF269A Deep Cerise

📋 copy color: '#DF269A'

red 223 ◦ green 38 ◦ blue 154

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

Shades of Deep Cerise #DF269A

Tints of Deep Cerise #DF269A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.16%

 BLUE value IS 154 (60.55% from 255) = 37.11%

R = 53.73%
G = 9.16%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DF269A (or 0xDF269A) is known color: Deep Cerise. HEX triplet: DF, 26 and 9A. RGB value is (223,38,154). Sum of RGB (Red+Green+Blue) = 223+38+154=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 38 (15.23% from 255 or 9.16% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF269A is #20D965. Grayscale: #6A6A6A. Windows color (decimal): -2152806 or 10102495. OLE color: 10102495.

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

Color convert

RGB 223 38 154 -
CMYK 0 0.83 0.31 0.13
HSL 322.38º 0.74% 0.51% -
HSV(B) 322.38º 0.83% 0.87% -
XYZ 36.96 19.41 32.37 -
YUV 106.54 154.79 211.07 -
System Red Green Blue C M Y K H S L
Decimal 223 38 154 0 0.83 0.31 0.13 322.38 0.74 0.51
Hex DF 26 9A 0 53 1F D 142 4A 33
Octal 337 46 232 0 123 37 15 502 112 63
Binary 11011111 100110 10011010 0 1010011 11111 1101 101000010 1001010 110011

Color Harmonies of #DF269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF269A

Black with #DF269A

Text Example


Text Example

White with #DF269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF269A; }

 p { color: rgb(223,38,154); }

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

background-color css

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

 a { background-color: rgb(223,38,154); }

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

border-color css

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

 span { border-color: rgb(223,38,154); }

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