Html Css Color HEX #D65879 Cranberry

📋 copy color: '#D65879'

red 214 ◦ green 88 ◦ blue 121

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

Shades of Cranberry #D65879

Tints of Cranberry #D65879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.8%

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

R = 50.59%
G = 20.8%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D65879 (or 0xD65879) is known color: Cranberry. HEX triplet: D6, 58 and 79. RGB value is (214,88,121). Sum of RGB (Red+Green+Blue) = 214+88+121=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D65879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65879 is #29A786. Grayscale: #818181. Windows color (decimal): -2729863 or 7952598. OLE color: 7952598.

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

Color convert

RGB 214 88 121 -
CMYK 0 0.59 0.43 0.16
HSL 344.29º 0.61% 0.59% -
HSV(B) 344.29º 0.59% 0.84% -
XYZ 34.67 22.66 20.63 -
YUV 129.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 214 88 121 0 0.59 0.43 0.16 344.29 0.61 0.59
Hex D6 58 79 0 3B 2B 10 158 3D 3B
Octal 326 130 171 0 73 53 20 530 75 73
Binary 11010110 1011000 1111001 0 111011 101011 10000 101011000 111101 111011

Color Harmonies of #D65879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65879

Black with #D65879

Text Example


Text Example

White with #D65879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65879; }

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

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

background-color css

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

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

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

border-color css

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

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

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