Html Css Color HEX #D64474 Cranberry

📋 copy color: '#D64474'

red 214 ◦ green 68 ◦ blue 116

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

Shades of Cranberry #D64474

Tints of Cranberry #D64474

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.09%

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 53.77%
G = 17.09%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D64474 (or 0xD64474) is known color: Cranberry. HEX triplet: D6, 44 and 74. RGB value is (214,68,116). Sum of RGB (Red+Green+Blue) = 214+68+116=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D64474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64474 is #29BB8B. Grayscale: #757575. Windows color (decimal): -2734988 or 7619798. OLE color: 7619798.

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

Color convert

RGB 214 68 116 -
CMYK 0 0.68 0.46 0.16
HSL 340.27º 0.64% 0.55% -
HSV(B) 340.27º 0.68% 0.84% -
XYZ 32.95 19.69 18.59 -
YUV 117.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 214 68 116 0 0.68 0.46 0.16 340.27 0.64 0.55
Hex D6 44 74 0 44 2E 10 154 40 37
Octal 326 104 164 0 104 56 20 524 100 67
Binary 11010110 1000100 1110100 0 1000100 101110 10000 101010100 1000000 110111

Color Harmonies of #D64474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64474

Black with #D64474

Text Example


Text Example

White with #D64474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64474; }

 p { color: rgb(214,68,116); }

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

background-color css

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

 a { background-color: rgb(214,68,116); }

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

border-color css

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

 span { border-color: rgb(214,68,116); }

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