Html Css Color HEX #D13F78 Cranberry

📋 copy color: '#D13F78'

red 209 ◦ green 63 ◦ blue 120

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

Shades of Cranberry #D13F78

Tints of Cranberry #D13F78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 30.61%

R = 53.32%
G = 16.07%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D13F78 (or 0xD13F78) is known color: Cranberry. HEX triplet: D1, 3F and 78. RGB value is (209,63,120). Sum of RGB (Red+Green+Blue) = 209+63+120=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F78 is #2EC087. Grayscale: #717171. Windows color (decimal): -3063944 or 7880657. OLE color: 7880657.

HSL color Cylindrical-coordinate representation of color #D13F78: hue angle of 336.58º 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 #D13F78 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 63 120 -
CMYK 0 0.70 0.43 0.18
HSL 336.58º 0.61% 0.53% -
HSV(B) 336.58º 0.7% 0.82% -
XYZ 31.46 18.47 19.68 -
YUV 113.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 209 63 120 0 0.70 0.43 0.18 336.58 0.61 0.53
Hex D1 3F 78 0 46 2B 12 151 3D 35
Octal 321 77 170 0 106 53 22 521 75 65
Binary 11010001 111111 1111000 0 1000110 101011 10010 101010001 111101 110101

Color Harmonies of #D13F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13F78

Black with #D13F78

Text Example


Text Example

White with #D13F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13F78; }

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

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

background-color css

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

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

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

border-color css

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

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

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