Html Css Color HEX #DF268B Deep Cerise

📋 copy color: '#DF268B'

red 223 ◦ green 38 ◦ blue 139

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

Shades of Deep Cerise #DF268B

Tints of Deep Cerise #DF268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.75%

R = 55.75%
G = 9.5%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF268B (or 0xDF268B) is known color: Deep Cerise. HEX triplet: DF, 26 and 8B. RGB value is (223,38,139). Sum of RGB (Red+Green+Blue) = 223+38+139=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF268B is #20D974. Grayscale: #686868. Windows color (decimal): -2152821 or 9119455. OLE color: 9119455.

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

Color convert

RGB 223 38 139 -
CMYK 0 0.83 0.38 0.13
HSL 327.24º 0.74% 0.51% -
HSV(B) 327.24º 0.83% 0.87% -
XYZ 35.78 18.94 26.2 -
YUV 104.83 147.29 212.29 -
System Red Green Blue C M Y K H S L
Decimal 223 38 139 0 0.83 0.38 0.13 327.24 0.74 0.51
Hex DF 26 8B 0 53 26 D 147 4A 33
Octal 337 46 213 0 123 46 15 507 112 63
Binary 11011111 100110 10001011 0 1010011 100110 1101 101000111 1001010 110011

Color Harmonies of #DF268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF268B

Black with #DF268B

Text Example


Text Example

White with #DF268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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