Html Css Color HEX #D64784 Cranberry

📋 copy color: '#D64784'

red 214 ◦ green 71 ◦ blue 132

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

Shades of Cranberry #D64784

Tints of Cranberry #D64784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.65%

R = 51.32%
G = 17.03%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D64784 (or 0xD64784) is known color: Cranberry. HEX triplet: D6, 47 and 84. RGB value is (214,71,132). Sum of RGB (Red+Green+Blue) = 214+71+132=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 132 (51.95% from 255 or 31.65% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D64784 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D64784 is #29B87B. Grayscale: #787878. Windows color (decimal): -2734204 or 8669142. OLE color: 8669142.

HSL color Cylindrical-coordinate representation of color #D64784: hue angle of 334.41º 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 #D64784 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 71 132 -
CMYK 0 0.67 0.38 0.16
HSL 334.41º 0.64% 0.56% -
HSV(B) 334.41º 0.67% 0.84% -
XYZ 34.15 20.47 23.98 -
YUV 120.71 134.38 194.54 -
System Red Green Blue C M Y K H S L
Decimal 214 71 132 0 0.67 0.38 0.16 334.41 0.64 0.56
Hex D6 47 84 0 43 26 10 14E 40 38
Octal 326 107 204 0 103 46 20 516 100 70
Binary 11010110 1000111 10000100 0 1000011 100110 10000 101001110 1000000 111000

Color Harmonies of #D64784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64784

Black with #D64784

Text Example


Text Example

White with #D64784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64784; }

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

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

background-color css

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

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

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

border-color css

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

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

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