Html Css Color HEX #D64C80 Cranberry

📋 copy color: '#D64C80'

red 214 ◦ green 76 ◦ blue 128

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

Shades of Cranberry #D64C80

Tints of Cranberry #D64C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.18%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 51.2%
G = 18.18%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D64C80 (or 0xD64C80) is known color: Cranberry. HEX triplet: D6, 4C and 80. RGB value is (214,76,128). Sum of RGB (Red+Green+Blue) = 214+76+128=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64C80 is #29B37F. Grayscale: #7B7B7B. Windows color (decimal): -2732928 or 8408278. OLE color: 8408278.

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

Color convert

RGB 214 76 128 -
CMYK 0 0.64 0.40 0.16
HSL 337.39º 0.63% 0.57% -
HSV(B) 337.39º 0.64% 0.84% -
XYZ 34.21 21.02 22.68 -
YUV 123.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 214 76 128 0 0.64 0.40 0.16 337.39 0.63 0.57
Hex D6 4C 80 0 40 28 10 151 3F 39
Octal 326 114 200 0 100 50 20 521 77 71
Binary 11010110 1001100 10000000 0 1000000 101000 10000 101010001 111111 111001

Color Harmonies of #D64C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C80

Black with #D64C80

Text Example


Text Example

White with #D64C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C80; }

 p { color: rgb(214,76,128); }

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

background-color css

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

 a { background-color: rgb(214,76,128); }

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

border-color css

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

 span { border-color: rgb(214,76,128); }

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