Html Css Color HEX #DD258F Deep Cerise

📋 copy color: '#DD258F'

red 221 ◦ green 37 ◦ blue 143

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

Shades of Deep Cerise #DD258F

Tints of Deep Cerise #DD258F

RGB

 RED value IS 221 (86.72% from 255) = 55.11%

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

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

R = 55.11%
G = 9.23%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD258F (or 0xDD258F) is known color: Deep Cerise. HEX triplet: DD, 25 and 8F. RGB value is (221,37,143). Sum of RGB (Red+Green+Blue) = 221+37+143=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD258F is #22DA70. Grayscale: #676767. Windows color (decimal): -2284145 or 9381341. OLE color: 9381341.

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

Color convert

RGB 221 37 143 -
CMYK 0 0.83 0.35 0.13
HSL 325.43º 0.73% 0.51% -
HSV(B) 325.43º 0.83% 0.87% -
XYZ 35.44 18.68 27.72 -
YUV 104.1 149.96 211.38 -
System Red Green Blue C M Y K H S L
Decimal 221 37 143 0 0.83 0.35 0.13 325.43 0.73 0.51
Hex DD 25 8F 0 53 23 D 145 49 33
Octal 335 45 217 0 123 43 15 505 111 63
Binary 11011101 100101 10001111 0 1010011 100011 1101 101000101 1001001 110011

Color Harmonies of #DD258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD258F

Black with #DD258F

Text Example


Text Example

White with #DD258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD258F; }

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

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

background-color css

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

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

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

border-color css

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

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

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