Html Css Color HEX #DF4F7D Cranberry

📋 copy color: '#DF4F7D'

red 223 ◦ green 79 ◦ blue 125

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

Shades of Cranberry #DF4F7D

Tints of Cranberry #DF4F7D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.5%

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

R = 52.22%
G = 18.5%
B = 29.27%

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

#DF4F7D (or 0xDF4F7D) is known color: Cranberry. HEX triplet: DF, 4F and 7D. RGB value is (223,79,125). Sum of RGB (Red+Green+Blue) = 223+79+125=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 79 (31.25% from 255 or 18.50% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF4F7D is #20B082. Grayscale: #7F7F7F. Windows color (decimal): -2142339 or 8212447. OLE color: 8212447.

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

Color convert

RGB 223 79 125 -
CMYK 0 0.65 0.44 0.13
HSL 340.83º 0.69% 0.59% -
HSV(B) 340.83º 0.65% 0.87% -
XYZ 36.93 22.76 21.85 -
YUV 127.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 223 79 125 0 0.65 0.44 0.13 340.83 0.69 0.59
Hex DF 4F 7D 0 41 2C D 155 45 3B
Octal 337 117 175 0 101 54 15 525 105 73
Binary 11011111 1001111 1111101 0 1000001 101100 1101 101010101 1000101 111011

Color Harmonies of #DF4F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F7D

Black with #DF4F7D

Text Example


Text Example

White with #DF4F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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