Html Css Color HEX #D65579 Cranberry

📋 copy color: '#D65579'

red 214 ◦ green 85 ◦ blue 121

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

Shades of Cranberry #D65579

Tints of Cranberry #D65579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.24%

 BLUE value IS 121 (47.66% from 255) = 28.81%

R = 50.95%
G = 20.24%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D65579 (or 0xD65579) is known color: Cranberry. HEX triplet: D6, 55 and 79. RGB value is (214,85,121). Sum of RGB (Red+Green+Blue) = 214+85+121=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 121 (47.66% from 255 or 28.81% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D65579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65579 is #29AA86. Grayscale: #7F7F7F. Windows color (decimal): -2730631 or 7951830. OLE color: 7951830.

HSL color Cylindrical-coordinate representation of color #D65579: hue angle of 343.26º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D65579 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 85 121 -
CMYK 0 0.60 0.43 0.16
HSL 343.26º 0.61% 0.59% -
HSV(B) 343.26º 0.6% 0.84% -
XYZ 34.43 22.17 20.55 -
YUV 127.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 214 85 121 0 0.60 0.43 0.16 343.26 0.61 0.59
Hex D6 55 79 0 3C 2B 10 157 3D 3B
Octal 326 125 171 0 74 53 20 527 75 73
Binary 11010110 1010101 1111001 0 111100 101011 10000 101010111 111101 111011

Color Harmonies of #D65579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65579

Black with #D65579

Text Example


Text Example

White with #D65579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65579; }

 p { color: rgb(214,85,121); }

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

background-color css

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

 a { background-color: rgb(214,85,121); }

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

border-color css

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

 span { border-color: rgb(214,85,121); }

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