Html Css Color HEX #DF4382 Cranberry

📋 copy color: '#DF4382'

red 223 ◦ green 67 ◦ blue 130

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

Shades of Cranberry #DF4382

Tints of Cranberry #DF4382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.95%

 BLUE value IS 130 (51.17% from 255) = 30.95%

R = 53.1%
G = 15.95%
B = 30.95%

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

#DF4382 (or 0xDF4382) is known color: Cranberry. HEX triplet: DF, 43 and 82. RGB value is (223,67,130). Sum of RGB (Red+Green+Blue) = 223+67+130=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 67 (26.56% from 255 or 15.95% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF4382 is #20BC7D. Grayscale: #787878. Windows color (decimal): -2145406 or 8537055. OLE color: 8537055.

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

Color convert

RGB 223 67 130 -
CMYK 0 0.70 0.42 0.13
HSL 335.77º 0.71% 0.57% -
HSV(B) 335.77º 0.7% 0.87% -
XYZ 36.47 21.31 23.31 -
YUV 120.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 223 67 130 0 0.70 0.42 0.13 335.77 0.71 0.57
Hex DF 43 82 0 46 2A D 150 47 39
Octal 337 103 202 0 106 52 15 520 107 71
Binary 11011111 1000011 10000010 0 1000110 101010 1101 101010000 1000111 111001

Color Harmonies of #DF4382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4382

Black with #DF4382

Text Example


Text Example

White with #DF4382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4382; }

 p { color: rgb(223,67,130); }

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

background-color css

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

 a { background-color: rgb(223,67,130); }

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

border-color css

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

 span { border-color: rgb(223,67,130); }

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