Html Css Color HEX #D64172 Cranberry

📋 copy color: '#D64172'

red 214 ◦ green 65 ◦ blue 114

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

Shades of Cranberry #D64172

Tints of Cranberry #D64172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.54%

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

R = 54.45%
G = 16.54%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D64172 (or 0xD64172) is known color: Cranberry. HEX triplet: D6, 41 and 72. RGB value is (214,65,114). Sum of RGB (Red+Green+Blue) = 214+65+114=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D64172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64172 is #29BE8D. Grayscale: #737373. Windows color (decimal): -2735758 or 7487958. OLE color: 7487958.

HSL color Cylindrical-coordinate representation of color #D64172: hue angle of 340.27º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64172 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 65 114 -
CMYK 0 0.70 0.47 0.16
HSL 340.27º 0.65% 0.55% -
HSV(B) 340.27º 0.7% 0.84% -
XYZ 32.66 19.29 17.92 -
YUV 115.14 127.36 198.52 -
System Red Green Blue C M Y K H S L
Decimal 214 65 114 0 0.70 0.47 0.16 340.27 0.65 0.55
Hex D6 41 72 0 46 2F 10 154 41 37
Octal 326 101 162 0 106 57 20 524 101 67
Binary 11010110 1000001 1110010 0 1000110 101111 10000 101010100 1000001 110111

Color Harmonies of #D64172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64172

Black with #D64172

Text Example


Text Example

White with #D64172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64172; }

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

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

background-color css

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

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

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

border-color css

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

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

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