Html Css Color HEX #D64171 Cranberry

📋 copy color: '#D64171'

red 214 ◦ green 65 ◦ blue 113

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

Shades of Cranberry #D64171

Tints of Cranberry #D64171

RGB

 RED value IS 214 (83.98% from 255) = 54.59%

 GREEN value IS 65 (25.78% from 255) = 16.58%

 BLUE value IS 113 (44.53% from 255) = 28.83%

R = 54.59%
G = 16.58%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D64171 (or 0xD64171) is known color: Cranberry. HEX triplet: D6, 41 and 71. RGB value is (214,65,113). Sum of RGB (Red+Green+Blue) = 214+65+113=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D64171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64171 is #29BE8E. Grayscale: #727272. Windows color (decimal): -2735759 or 7422422. OLE color: 7422422.

HSL color Cylindrical-coordinate representation of color #D64171: hue angle of 340.67º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64171 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 113 -
CMYK 0 0.70 0.47 0.16
HSL 340.67º 0.65% 0.55% -
HSV(B) 340.67º 0.7% 0.84% -
XYZ 32.6 19.27 17.62 -
YUV 115.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 214 65 113 0 0.70 0.47 0.16 340.67 0.65 0.55
Hex D6 41 71 0 46 2F 10 155 41 37
Octal 326 101 161 0 106 57 20 525 101 67
Binary 11010110 1000001 1110001 0 1000110 101111 10000 101010101 1000001 110111

Color Harmonies of #D64171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64171

Black with #D64171

Text Example


Text Example

White with #D64171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64171; }

 p { color: rgb(214,65,113); }

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

background-color css

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

 a { background-color: rgb(214,65,113); }

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

border-color css

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

 span { border-color: rgb(214,65,113); }

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