Html Css Color HEX #D14378 Cranberry

📋 copy color: '#D14378'

red 209 ◦ green 67 ◦ blue 120

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

Shades of Cranberry #D14378

Tints of Cranberry #D14378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.92%

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

R = 52.78%
G = 16.92%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D14378 (or 0xD14378) is known color: Cranberry. HEX triplet: D1, 43 and 78. RGB value is (209,67,120). Sum of RGB (Red+Green+Blue) = 209+67+120=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D14378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D14378 is #2EBC87. Grayscale: #737373. Windows color (decimal): -3062920 or 7881681. OLE color: 7881681.

HSL color Cylindrical-coordinate representation of color #D14378: hue angle of 337.61º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D14378 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 67 120 -
CMYK 0 0.68 0.43 0.18
HSL 337.61º 0.61% 0.54% -
HSV(B) 337.61º 0.68% 0.82% -
XYZ 31.69 18.93 19.75 -
YUV 115.5 130.54 194.69 -
System Red Green Blue C M Y K H S L
Decimal 209 67 120 0 0.68 0.43 0.18 337.61 0.61 0.54
Hex D1 43 78 0 44 2B 12 152 3D 36
Octal 321 103 170 0 104 53 22 522 75 66
Binary 11010001 1000011 1111000 0 1000100 101011 10010 101010010 111101 110110

Color Harmonies of #D14378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14378

Black with #D14378

Text Example


Text Example

White with #D14378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14378; }

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

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

background-color css

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

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

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

border-color css

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

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

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