Html Css Color HEX #D65686 Cranberry

📋 copy color: '#D65686'

red 214 ◦ green 86 ◦ blue 134

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

Shades of Cranberry #D65686

Tints of Cranberry #D65686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.88%

R = 49.31%
G = 19.82%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D65686 (or 0xD65686) is known color: Cranberry. HEX triplet: D6, 56 and 86. RGB value is (214,86,134). Sum of RGB (Red+Green+Blue) = 214+86+134=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D65686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65686 is #29A979. Grayscale: #818181. Windows color (decimal): -2730362 or 8804054. OLE color: 8804054.

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

Color convert

RGB 214 86 134 -
CMYK 0 0.60 0.37 0.16
HSL 337.5º 0.61% 0.59% -
HSV(B) 337.5º 0.6% 0.84% -
XYZ 35.36 22.67 25.07 -
YUV 129.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 214 86 134 0 0.60 0.37 0.16 337.5 0.61 0.59
Hex D6 56 86 0 3C 25 10 152 3D 3B
Octal 326 126 206 0 74 45 20 522 75 73
Binary 11010110 1010110 10000110 0 111100 100101 10000 101010010 111101 111011

Color Harmonies of #D65686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65686

Black with #D65686

Text Example


Text Example

White with #D65686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65686; }

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

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

background-color css

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

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

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

border-color css

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

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

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