Html Css Color HEX #DF4281 Cranberry

📋 copy color: '#DF4281'

red 223 ◦ green 66 ◦ blue 129

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

Shades of Cranberry #DF4281

Tints of Cranberry #DF4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.79%

 BLUE value IS 129 (50.78% from 255) = 30.86%

R = 53.35%
G = 15.79%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF4281 (or 0xDF4281) is known color: Cranberry. HEX triplet: DF, 42 and 81. RGB value is (223,66,129). Sum of RGB (Red+Green+Blue) = 223+66+129=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4281 is #20BD7E. Grayscale: #787878. Windows color (decimal): -2145663 or 8471263. OLE color: 8471263.

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

Color convert

RGB 223 66 129 -
CMYK 0 0.70 0.42 0.13
HSL 335.92º 0.71% 0.57% -
HSV(B) 335.92º 0.7% 0.87% -
XYZ 36.34 21.17 22.94 -
YUV 120.13 133.01 201.38 -
System Red Green Blue C M Y K H S L
Decimal 223 66 129 0 0.70 0.42 0.13 335.92 0.71 0.57
Hex DF 42 81 0 46 2A D 150 47 39
Octal 337 102 201 0 106 52 15 520 107 71
Binary 11011111 1000010 10000001 0 1000110 101010 1101 101010000 1000111 111001

Color Harmonies of #DF4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4281

Black with #DF4281

Text Example


Text Example

White with #DF4281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4281; }

 p { color: rgb(223,66,129); }

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

background-color css

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

 a { background-color: rgb(223,66,129); }

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

border-color css

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

 span { border-color: rgb(223,66,129); }

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