Html Css Color HEX #D13F70 Cranberry

📋 copy color: '#D13F70'

red 209 ◦ green 63 ◦ blue 112

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

Shades of Cranberry #D13F70

Tints of Cranberry #D13F70

RGB

 RED value IS 209 (82.03% from 255) = 54.43%

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

 BLUE value IS 112 (44.14% from 255) = 29.17%

R = 54.43%
G = 16.41%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D13F70 (or 0xD13F70) is known color: Cranberry. HEX triplet: D1, 3F and 70. RGB value is (209,63,112). Sum of RGB (Red+Green+Blue) = 209+63+112=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F70 is #2EC08F. Grayscale: #707070. Windows color (decimal): -3063952 or 7356369. OLE color: 7356369.

HSL color Cylindrical-coordinate representation of color #D13F70: hue angle of 339.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F70 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 112 -
CMYK 0 0.70 0.46 0.18
HSL 339.86º 0.61% 0.53% -
HSV(B) 339.86º 0.7% 0.82% -
XYZ 31 18.28 17.22 -
YUV 112.24 127.87 197.02 -
System Red Green Blue C M Y K H S L
Decimal 209 63 112 0 0.70 0.46 0.18 339.86 0.61 0.53
Hex D1 3F 70 0 46 2E 12 154 3D 35
Octal 321 77 160 0 106 56 22 524 75 65
Binary 11010001 111111 1110000 0 1000110 101110 10010 101010100 111101 110101

Color Harmonies of #D13F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F70

Black with #D13F70

Text Example


Text Example

White with #D13F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F70; }

 p { color: rgb(209,63,112); }

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

background-color css

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

 a { background-color: rgb(209,63,112); }

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

border-color css

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

 span { border-color: rgb(209,63,112); }

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