Html Css Color HEX #DF4D82 Cranberry

📋 copy color: '#DF4D82'

red 223 ◦ green 77 ◦ blue 130

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

Shades of Cranberry #DF4D82

Tints of Cranberry #DF4D82

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.91%

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

R = 51.86%
G = 17.91%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF4D82 (or 0xDF4D82) is known color: Cranberry. HEX triplet: DF, 4D and 82. RGB value is (223,77,130). Sum of RGB (Red+Green+Blue) = 223+77+130=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF4D82 is #20B27D. Grayscale: #7E7E7E. Windows color (decimal): -2142846 or 8539615. OLE color: 8539615.

HSL color Cylindrical-coordinate representation of color #DF4D82: hue angle of 338.22º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF4D82 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 77 130 -
CMYK 0 0.65 0.42 0.13
HSL 338.22º 0.7% 0.59% -
HSV(B) 338.22º 0.65% 0.87% -
XYZ 37.11 22.61 23.53 -
YUV 126.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 223 77 130 0 0.65 0.42 0.13 338.22 0.7 0.59
Hex DF 4D 82 0 41 2A D 152 46 3B
Octal 337 115 202 0 101 52 15 522 106 73
Binary 11011111 1001101 10000010 0 1000001 101010 1101 101010010 1000110 111011

Color Harmonies of #DF4D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D82

Black with #DF4D82

Text Example


Text Example

White with #DF4D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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