Html Css Color HEX #DF4D7D Cranberry

📋 copy color: '#DF4D7D'

red 223 ◦ green 77 ◦ blue 125

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

Shades of Cranberry #DF4D7D

Tints of Cranberry #DF4D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 52.47%
G = 18.12%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF4D7D (or 0xDF4D7D) is known color: Cranberry. HEX triplet: DF, 4D and 7D. RGB value is (223,77,125). Sum of RGB (Red+Green+Blue) = 223+77+125=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4D7D is #20B282. Grayscale: #7E7E7E. Windows color (decimal): -2142851 or 8211935. OLE color: 8211935.

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

Color convert

RGB 223 77 125 -
CMYK 0 0.65 0.44 0.13
HSL 340.27º 0.7% 0.59% -
HSV(B) 340.27º 0.65% 0.87% -
XYZ 36.79 22.48 21.8 -
YUV 126.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 223 77 125 0 0.65 0.44 0.13 340.27 0.7 0.59
Hex DF 4D 7D 0 41 2C D 154 46 3B
Octal 337 115 175 0 101 54 15 524 106 73
Binary 11011111 1001101 1111101 0 1000001 101100 1101 101010100 1000110 111011

Color Harmonies of #DF4D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D7D

Black with #DF4D7D

Text Example


Text Example

White with #DF4D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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