Html Css Color HEX #DF3F7B Cranberry

📋 copy color: '#DF3F7B'

red 223 ◦ green 63 ◦ blue 123

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

Shades of Cranberry #DF3F7B

Tints of Cranberry #DF3F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.07%

R = 54.52%
G = 15.4%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF3F7B (or 0xDF3F7B) is known color: Cranberry. HEX triplet: DF, 3F and 7B. RGB value is (223,63,123). Sum of RGB (Red+Green+Blue) = 223+63+123=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3F7B is #20C084. Grayscale: #757575. Windows color (decimal): -2146437 or 8077279. OLE color: 8077279.

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

Color convert

RGB 223 63 123 -
CMYK 0 0.72 0.45 0.13
HSL 337.5º 0.71% 0.56% -
HSV(B) 337.5º 0.72% 0.87% -
XYZ 35.78 20.67 20.84 -
YUV 117.68 131.01 203.12 -
System Red Green Blue C M Y K H S L
Decimal 223 63 123 0 0.72 0.45 0.13 337.5 0.71 0.56
Hex DF 3F 7B 0 48 2D D 152 47 38
Octal 337 77 173 0 110 55 15 522 107 70
Binary 11011111 111111 1111011 0 1001000 101101 1101 101010010 1000111 111000

Color Harmonies of #DF3F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3F7B

Black with #DF3F7B

Text Example


Text Example

White with #DF3F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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