Html Css Color HEX #DF269B Deep Cerise

📋 copy color: '#DF269B'

red 223 ◦ green 38 ◦ blue 155

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

Shades of Deep Cerise #DF269B

Tints of Deep Cerise #DF269B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 53.61%
G = 9.13%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DF269B (or 0xDF269B) is known color: Deep Cerise. HEX triplet: DF, 26 and 9B. RGB value is (223,38,155). Sum of RGB (Red+Green+Blue) = 223+38+155=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF269B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF269B is #20D964. Grayscale: #6A6A6A. Windows color (decimal): -2152805 or 10168031. OLE color: 10168031.

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

Color convert

RGB 223 38 155 -
CMYK 0 0.83 0.30 0.13
HSL 322.05º 0.74% 0.51% -
HSV(B) 322.05º 0.83% 0.87% -
XYZ 37.04 19.44 32.81 -
YUV 106.65 155.29 210.99 -
System Red Green Blue C M Y K H S L
Decimal 223 38 155 0 0.83 0.30 0.13 322.05 0.74 0.51
Hex DF 26 9B 0 53 1E D 142 4A 33
Octal 337 46 233 0 123 36 15 502 112 63
Binary 11011111 100110 10011011 0 1010011 11110 1101 101000010 1001010 110011

Color Harmonies of #DF269B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF269B

Black with #DF269B

Text Example


Text Example

White with #DF269B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF269B; }

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

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

background-color css

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

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

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

border-color css

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

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

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