Html Css Color HEX #DF3D8A Deep Cerise

📋 copy color: '#DF3D8A'

red 223 ◦ green 61 ◦ blue 138

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

Shades of Deep Cerise #DF3D8A

Tints of Deep Cerise #DF3D8A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.45%

 BLUE value IS 138 (54.3% from 255) = 32.7%

R = 52.84%
G = 14.45%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DF3D8A (or 0xDF3D8A) is known color: Deep Cerise. HEX triplet: DF, 3D and 8A. RGB value is (223,61,138). Sum of RGB (Red+Green+Blue) = 223+61+138=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3D8A is #20C275. Grayscale: #767676. Windows color (decimal): -2146934 or 9059807. OLE color: 9059807.

HSL color Cylindrical-coordinate representation of color #DF3D8A: hue angle of 331.48º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3D8A is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 61 138 -
CMYK 0 0.73 0.38 0.13
HSL 331.48º 0.72% 0.56% -
HSV(B) 331.48º 0.73% 0.87% -
XYZ 36.69 20.86 26.14 -
YUV 118.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 223 61 138 0 0.73 0.38 0.13 331.48 0.72 0.56
Hex DF 3D 8A 0 49 26 D 14B 48 38
Octal 337 75 212 0 111 46 15 513 110 70
Binary 11011111 111101 10001010 0 1001001 100110 1101 101001011 1001000 111000

Color Harmonies of #DF3D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D8A

Black with #DF3D8A

Text Example


Text Example

White with #DF3D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D8A; }

 p { color: rgb(223,61,138); }

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

background-color css

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

 a { background-color: rgb(223,61,138); }

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

border-color css

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

 span { border-color: rgb(223,61,138); }

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