Html Css Color HEX #D64274 Cranberry

📋 copy color: '#D64274'

red 214 ◦ green 66 ◦ blue 116

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

Shades of Cranberry #D64274

Tints of Cranberry #D64274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.67%

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

R = 54.04%
G = 16.67%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D64274 (or 0xD64274) is known color: Cranberry. HEX triplet: D6, 42 and 74. RGB value is (214,66,116). Sum of RGB (Red+Green+Blue) = 214+66+116=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D64274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64274 is #29BD8B. Grayscale: #737373. Windows color (decimal): -2735500 or 7619286. OLE color: 7619286.

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

Color convert

RGB 214 66 116 -
CMYK 0 0.69 0.46 0.16
HSL 339.73º 0.64% 0.55% -
HSV(B) 339.73º 0.69% 0.84% -
XYZ 32.83 19.45 18.55 -
YUV 115.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 214 66 116 0 0.69 0.46 0.16 339.73 0.64 0.55
Hex D6 42 74 0 45 2E 10 154 40 37
Octal 326 102 164 0 105 56 20 524 100 67
Binary 11010110 1000010 1110100 0 1000101 101110 10000 101010100 1000000 110111

Color Harmonies of #D64274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64274

Black with #D64274

Text Example


Text Example

White with #D64274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64274; }

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

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

background-color css

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

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

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

border-color css

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

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

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