Html Css Color HEX #D64275 Cranberry

📋 copy color: '#D64275'

red 214 ◦ green 66 ◦ blue 117

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

Shades of Cranberry #D64275

Tints of Cranberry #D64275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.47%

R = 53.9%
G = 16.62%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D64275 (or 0xD64275) is known color: Cranberry. HEX triplet: D6, 42 and 75. RGB value is (214,66,117). Sum of RGB (Red+Green+Blue) = 214+66+117=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D64275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64275 is #29BD8A. Grayscale: #747474. Windows color (decimal): -2735499 or 7684822. OLE color: 7684822.

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

Color convert

RGB 214 66 117 -
CMYK 0 0.69 0.45 0.16
HSL 339.32º 0.64% 0.55% -
HSV(B) 339.32º 0.69% 0.84% -
XYZ 32.89 19.48 18.86 -
YUV 116.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 214 66 117 0 0.69 0.45 0.16 339.32 0.64 0.55
Hex D6 42 75 0 45 2D 10 153 40 37
Octal 326 102 165 0 105 55 20 523 100 67
Binary 11010110 1000010 1110101 0 1000101 101101 10000 101010011 1000000 110111

Color Harmonies of #D64275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64275

Black with #D64275

Text Example


Text Example

White with #D64275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64275; }

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

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

background-color css

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

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

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

border-color css

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

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

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