Html Css Color HEX #DF258D Deep Cerise

📋 copy color: '#DF258D'

red 223 ◦ green 37 ◦ blue 141

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

Shades of Deep Cerise #DF258D

Tints of Deep Cerise #DF258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.23%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 55.61%
G = 9.23%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DF258D (or 0xDF258D) is known color: Deep Cerise. HEX triplet: DF, 25 and 8D. RGB value is (223,37,141). Sum of RGB (Red+Green+Blue) = 223+37+141=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF258D is #20DA72. Grayscale: #686868. Windows color (decimal): -2153075 or 9250271. OLE color: 9250271.

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

Color convert

RGB 223 37 141 -
CMYK 0 0.83 0.37 0.13
HSL 326.45º 0.74% 0.51% -
HSV(B) 326.45º 0.83% 0.87% -
XYZ 35.9 18.93 26.96 -
YUV 104.47 148.62 212.54 -
System Red Green Blue C M Y K H S L
Decimal 223 37 141 0 0.83 0.37 0.13 326.45 0.74 0.51
Hex DF 25 8D 0 53 25 D 146 4A 33
Octal 337 45 215 0 123 45 15 506 112 63
Binary 11011111 100101 10001101 0 1010011 100101 1101 101000110 1001010 110011

Color Harmonies of #DF258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF258D

Black with #DF258D

Text Example


Text Example

White with #DF258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF258D; }

 p { color: rgb(223,37,141); }

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

background-color css

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

 a { background-color: rgb(223,37,141); }

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

border-color css

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

 span { border-color: rgb(223,37,141); }

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