Html Css Color HEX #DF269D Deep Cerise

📋 copy color: '#DF269D'

red 223 ◦ green 38 ◦ blue 157

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

Shades of Deep Cerise #DF269D

Tints of Deep Cerise #DF269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 53.35%
G = 9.09%
B = 37.56%

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

#DF269D (or 0xDF269D) is known color: Deep Cerise. HEX triplet: DF, 26 and 9D. RGB value is (223,38,157). Sum of RGB (Red+Green+Blue) = 223+38+157=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 38 (15.23% from 255 or 9.09% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF269D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF269D is #20D962. Grayscale: #6A6A6A. Windows color (decimal): -2152803 or 10299103. OLE color: 10299103.

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

Color convert

RGB 223 38 157 -
CMYK 0 0.83 0.30 0.13
HSL 321.41º 0.74% 0.51% -
HSV(B) 321.41º 0.83% 0.87% -
XYZ 37.21 19.51 33.7 -
YUV 106.88 156.29 210.82 -
System Red Green Blue C M Y K H S L
Decimal 223 38 157 0 0.83 0.30 0.13 321.41 0.74 0.51
Hex DF 26 9D 0 53 1E D 141 4A 33
Octal 337 46 235 0 123 36 15 501 112 63
Binary 11011111 100110 10011101 0 1010011 11110 1101 101000001 1001010 110011

Color Harmonies of #DF269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF269D

Black with #DF269D

Text Example


Text Example

White with #DF269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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