Html Css Color HEX #DF4484 Cranberry

📋 copy color: '#DF4484'

red 223 ◦ green 68 ◦ blue 132

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

Shades of Cranberry #DF4484

Tints of Cranberry #DF4484

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.08%

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 52.72%
G = 16.08%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF4484 (or 0xDF4484) is known color: Cranberry. HEX triplet: DF, 44 and 84. RGB value is (223,68,132). Sum of RGB (Red+Green+Blue) = 223+68+132=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4484 is #20BB7B. Grayscale: #797979. Windows color (decimal): -2145148 or 8668383. OLE color: 8668383.

HSL color Cylindrical-coordinate representation of color #DF4484: hue angle of 335.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4484 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 68 132 -
CMYK 0 0.70 0.41 0.13
HSL 335.23º 0.71% 0.57% -
HSV(B) 335.23º 0.7% 0.87% -
XYZ 36.66 21.49 24.05 -
YUV 121.64 133.85 200.3 -
System Red Green Blue C M Y K H S L
Decimal 223 68 132 0 0.70 0.41 0.13 335.23 0.71 0.57
Hex DF 44 84 0 46 29 D 14F 47 39
Octal 337 104 204 0 106 51 15 517 107 71
Binary 11011111 1000100 10000100 0 1000110 101001 1101 101001111 1000111 111001

Color Harmonies of #DF4484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4484

Black with #DF4484

Text Example


Text Example

White with #DF4484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4484; }

 p { color: rgb(223,68,132); }

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

background-color css

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

 a { background-color: rgb(223,68,132); }

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

border-color css

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

 span { border-color: rgb(223,68,132); }

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