Html Css Color HEX #DF258B Deep Cerise

📋 copy color: '#DF258B'

red 223 ◦ green 37 ◦ blue 139

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

Shades of Deep Cerise #DF258B

Tints of Deep Cerise #DF258B

RGB

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

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

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

R = 55.89%
G = 9.27%
B = 34.84%

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

#DF258B (or 0xDF258B) is known color: Deep Cerise. HEX triplet: DF, 25 and 8B. RGB value is (223,37,139). Sum of RGB (Red+Green+Blue) = 223+37+139=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF258B is #20DA74. Grayscale: #686868. Windows color (decimal): -2153077 or 9119199. OLE color: 9119199.

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

Color convert

RGB 223 37 139 -
CMYK 0 0.83 0.38 0.13
HSL 327.1º 0.74% 0.51% -
HSV(B) 327.1º 0.83% 0.87% -
XYZ 35.75 18.88 26.18 -
YUV 104.24 147.62 212.71 -
System Red Green Blue C M Y K H S L
Decimal 223 37 139 0 0.83 0.38 0.13 327.1 0.74 0.51
Hex DF 25 8B 0 53 26 D 147 4A 33
Octal 337 45 213 0 123 46 15 507 112 63
Binary 11011111 100101 10001011 0 1010011 100110 1101 101000111 1001010 110011

Color Harmonies of #DF258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF258B

Black with #DF258B

Text Example


Text Example

White with #DF258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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