Html Css Color HEX #D65679 Cranberry

📋 copy color: '#D65679'

red 214 ◦ green 86 ◦ blue 121

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

Shades of Cranberry #D65679

Tints of Cranberry #D65679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.43%

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

R = 50.83%
G = 20.43%
B = 28.74%

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

#D65679 (or 0xD65679) is known color: Cranberry. HEX triplet: D6, 56 and 79. RGB value is (214,86,121). Sum of RGB (Red+Green+Blue) = 214+86+121=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D65679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65679 is #29A986. Grayscale: #808080. Windows color (decimal): -2730375 or 7952086. OLE color: 7952086.

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

Color convert

RGB 214 86 121 -
CMYK 0 0.60 0.43 0.16
HSL 343.59º 0.61% 0.59% -
HSV(B) 343.59º 0.6% 0.84% -
XYZ 34.51 22.33 20.58 -
YUV 128.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 214 86 121 0 0.60 0.43 0.16 343.59 0.61 0.59
Hex D6 56 79 0 3C 2B 10 158 3D 3B
Octal 326 126 171 0 74 53 20 530 75 73
Binary 11010110 1010110 1111001 0 111100 101011 10000 101011000 111101 111011

Color Harmonies of #D65679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65679

Black with #D65679

Text Example


Text Example

White with #D65679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65679; }

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

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

background-color css

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

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

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

border-color css

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

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

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