Html Css Color HEX #D64672 Cranberry

📋 copy color: '#D64672'

red 214 ◦ green 70 ◦ blue 114

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

Shades of Cranberry #D64672

Tints of Cranberry #D64672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.59%

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 53.77%
G = 17.59%
B = 28.64%

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

#D64672 (or 0xD64672) is known color: Cranberry. HEX triplet: D6, 46 and 72. RGB value is (214,70,114). Sum of RGB (Red+Green+Blue) = 214+70+114=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64672 is #29B98D. Grayscale: #767676. Windows color (decimal): -2734478 or 7489238. OLE color: 7489238.

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

Color convert

RGB 214 70 114 -
CMYK 0 0.67 0.47 0.16
HSL 341.67º 0.64% 0.56% -
HSV(B) 341.67º 0.67% 0.84% -
XYZ 32.96 19.89 18.02 -
YUV 118.07 125.71 196.42 -
System Red Green Blue C M Y K H S L
Decimal 214 70 114 0 0.67 0.47 0.16 341.67 0.64 0.56
Hex D6 46 72 0 43 2F 10 156 40 38
Octal 326 106 162 0 103 57 20 526 100 70
Binary 11010110 1000110 1110010 0 1000011 101111 10000 101010110 1000000 111000

Color Harmonies of #D64672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64672

Black with #D64672

Text Example


Text Example

White with #D64672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64672; }

 p { color: rgb(214,70,114); }

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

background-color css

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

 a { background-color: rgb(214,70,114); }

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

border-color css

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

 span { border-color: rgb(214,70,114); }

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