Html Css Color HEX #DF258F Deep Cerise

📋 copy color: '#DF258F'

red 223 ◦ green 37 ◦ blue 143

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

Shades of Deep Cerise #DF258F

Tints of Deep Cerise #DF258F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.48%

R = 55.33%
G = 9.18%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF258F (or 0xDF258F) is known color: Deep Cerise. HEX triplet: DF, 25 and 8F. RGB value is (223,37,143). Sum of RGB (Red+Green+Blue) = 223+37+143=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF258F is #20DA70. Grayscale: #686868. Windows color (decimal): -2153073 or 9381343. OLE color: 9381343.

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

Color convert

RGB 223 37 143 -
CMYK 0 0.83 0.36 0.13
HSL 325.81º 0.74% 0.51% -
HSV(B) 325.81º 0.83% 0.87% -
XYZ 36.05 18.99 27.75 -
YUV 104.7 149.62 212.38 -
System Red Green Blue C M Y K H S L
Decimal 223 37 143 0 0.83 0.36 0.13 325.81 0.74 0.51
Hex DF 25 8F 0 53 24 D 146 4A 33
Octal 337 45 217 0 123 44 15 506 112 63
Binary 11011111 100101 10001111 0 1010011 100100 1101 101000110 1001010 110011

Color Harmonies of #DF258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF258F

Black with #DF258F

Text Example


Text Example

White with #DF258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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