Html Css Color HEX #DF506A Cranberry

📋 copy color: '#DF506A'

red 223 ◦ green 80 ◦ blue 106

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

Shades of Cranberry #DF506A

Tints of Cranberry #DF506A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.56%

 BLUE value IS 106 (41.8% from 255) = 25.92%

R = 54.52%
G = 19.56%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DF506A (or 0xDF506A) is known color: Cranberry. HEX triplet: DF, 50 and 6A. RGB value is (223,80,106). Sum of RGB (Red+Green+Blue) = 223+80+106=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DF506A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF506A is #20AF95. Grayscale: #7D7D7D. Windows color (decimal): -2142102 or 6967519. OLE color: 6967519.

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

Color convert

RGB 223 80 106 -
CMYK 0 0.64 0.52 0.13
HSL 349.09º 0.69% 0.59% -
HSV(B) 349.09º 0.64% 0.87% -
XYZ 35.9 22.47 16.08 -
YUV 125.72 116.88 197.39 -
System Red Green Blue C M Y K H S L
Decimal 223 80 106 0 0.64 0.52 0.13 349.09 0.69 0.59
Hex DF 50 6A 0 40 34 D 15D 45 3B
Octal 337 120 152 0 100 64 15 535 105 73
Binary 11011111 1010000 1101010 0 1000000 110100 1101 101011101 1000101 111011

Color Harmonies of #DF506A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF506A

Black with #DF506A

Text Example


Text Example

White with #DF506A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF506A; }

 p { color: rgb(223,80,106); }

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

background-color css

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

 a { background-color: rgb(223,80,106); }

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

border-color css

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

 span { border-color: rgb(223,80,106); }

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