Html Css Color HEX #D64D75 Cranberry

📋 copy color: '#D64D75'

red 214 ◦ green 77 ◦ blue 117

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

Shades of Cranberry #D64D75

Tints of Cranberry #D64D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

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

R = 52.45%
G = 18.87%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D64D75 (or 0xD64D75) is known color: Cranberry. HEX triplet: D6, 4D and 75. RGB value is (214,77,117). Sum of RGB (Red+Green+Blue) = 214+77+117=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D75 is #29B28A. Grayscale: #7A7A7A. Windows color (decimal): -2732683 or 7687638. OLE color: 7687638.

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

Color convert

RGB 214 77 117 -
CMYK 0 0.64 0.45 0.16
HSL 342.48º 0.63% 0.57% -
HSV(B) 342.48º 0.64% 0.84% -
XYZ 33.6 20.89 19.09 -
YUV 122.52 124.89 193.25 -
System Red Green Blue C M Y K H S L
Decimal 214 77 117 0 0.64 0.45 0.16 342.48 0.63 0.57
Hex D6 4D 75 0 40 2D 10 156 3F 39
Octal 326 115 165 0 100 55 20 526 77 71
Binary 11010110 1001101 1110101 0 1000000 101101 10000 101010110 111111 111001

Color Harmonies of #D64D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D75

Black with #D64D75

Text Example


Text Example

White with #D64D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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