Html Css Color HEX #DF3F7C Cranberry

📋 copy color: '#DF3F7C'

red 223 ◦ green 63 ◦ blue 124

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

Shades of Cranberry #DF3F7C

Tints of Cranberry #DF3F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 15.37%

 BLUE value IS 124 (48.83% from 255) = 30.24%

R = 54.39%
G = 15.37%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF3F7C (or 0xDF3F7C) is known color: Cranberry. HEX triplet: DF, 3F and 7C. RGB value is (223,63,124). Sum of RGB (Red+Green+Blue) = 223+63+124=410 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.39% from 410); Green value is 63 (25% from 255 or 15.37% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F7C is #20C083. Grayscale: #757575. Windows color (decimal): -2146436 or 8142815. OLE color: 8142815.

HSL color Cylindrical-coordinate representation of color #DF3F7C: hue angle of 337.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF3F7C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 63 124 -
CMYK 0 0.72 0.44 0.13
HSL 337.13º 0.71% 0.56% -
HSV(B) 337.13º 0.72% 0.87% -
XYZ 35.85 20.7 21.17 -
YUV 117.79 131.51 203.04 -
System Red Green Blue C M Y K H S L
Decimal 223 63 124 0 0.72 0.44 0.13 337.13 0.71 0.56
Hex DF 3F 7C 0 48 2C D 151 47 38
Octal 337 77 174 0 110 54 15 521 107 70
Binary 11011111 111111 1111100 0 1001000 101100 1101 101010001 1000111 111000

Color Harmonies of #DF3F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F7C

Black with #DF3F7C

Text Example


Text Example

White with #DF3F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F7C; }

 p { color: rgb(223,63,124); }

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

background-color css

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

 a { background-color: rgb(223,63,124); }

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

border-color css

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

 span { border-color: rgb(223,63,124); }

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