Html Css Color HEX #D64771 Cranberry

📋 copy color: '#D64771'

red 214 ◦ green 71 ◦ blue 113

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

Shades of Cranberry #D64771

Tints of Cranberry #D64771

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.84%

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

R = 53.77%
G = 17.84%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D64771 (or 0xD64771) is known color: Cranberry. HEX triplet: D6, 47 and 71. RGB value is (214,71,113). Sum of RGB (Red+Green+Blue) = 214+71+113=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64771 is #29B88E. Grayscale: #767676. Windows color (decimal): -2734223 or 7423958. OLE color: 7423958.

HSL color Cylindrical-coordinate representation of color #D64771: hue angle of 342.38º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D64771 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 71 113 -
CMYK 0 0.67 0.47 0.16
HSL 342.38º 0.64% 0.56% -
HSV(B) 342.38º 0.67% 0.84% -
XYZ 32.97 19.99 17.74 -
YUV 118.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 214 71 113 0 0.67 0.47 0.16 342.38 0.64 0.56
Hex D6 47 71 0 43 2F 10 156 40 38
Octal 326 107 161 0 103 57 20 526 100 70
Binary 11010110 1000111 1110001 0 1000011 101111 10000 101010110 1000000 111000

Color Harmonies of #D64771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64771

Black with #D64771

Text Example


Text Example

White with #D64771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64771; }

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

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

background-color css

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

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

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

border-color css

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

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

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