Html Css Color HEX #D64871 Cranberry

📋 copy color: '#D64871'

red 214 ◦ green 72 ◦ blue 113

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

Shades of Cranberry #D64871

Tints of Cranberry #D64871

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.05%

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

R = 53.63%
G = 18.05%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D64871 (or 0xD64871) is known color: Cranberry. HEX triplet: D6, 48 and 71. RGB value is (214,72,113). Sum of RGB (Red+Green+Blue) = 214+72+113=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D64871 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64871 is #29B78E. Grayscale: #777777. Windows color (decimal): -2733967 or 7424214. OLE color: 7424214.

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

Color convert

RGB 214 72 113 -
CMYK 0 0.66 0.47 0.16
HSL 342.68º 0.63% 0.56% -
HSV(B) 342.68º 0.66% 0.84% -
XYZ 33.03 20.12 17.77 -
YUV 119.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 214 72 113 0 0.66 0.47 0.16 342.68 0.63 0.56
Hex D6 48 71 0 42 2F 10 157 3F 38
Octal 326 110 161 0 102 57 20 527 77 70
Binary 11010110 1001000 1110001 0 1000010 101111 10000 101010111 111111 111000

Color Harmonies of #D64871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64871

Black with #D64871

Text Example


Text Example

White with #D64871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64871; }

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

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

background-color css

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

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

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

border-color css

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

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

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