Html Css Color HEX #D65986 Cranberry

📋 copy color: '#D65986'

red 214 ◦ green 89 ◦ blue 134

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

Shades of Cranberry #D65986

Tints of Cranberry #D65986

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.37%

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

R = 48.97%
G = 20.37%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D65986 (or 0xD65986) is known color: Cranberry. HEX triplet: D6, 59 and 86. RGB value is (214,89,134). Sum of RGB (Red+Green+Blue) = 214+89+134=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 134 (52.73% from 255 or 30.66% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D65986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65986 is #29A679. Grayscale: #838383. Windows color (decimal): -2729594 or 8804822. OLE color: 8804822.

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

Color convert

RGB 214 89 134 -
CMYK 0 0.58 0.37 0.16
HSL 338.4º 0.6% 0.59% -
HSV(B) 338.4º 0.58% 0.84% -
XYZ 35.61 23.16 25.15 -
YUV 131.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 214 89 134 0 0.58 0.37 0.16 338.4 0.6 0.59
Hex D6 59 86 0 3A 25 10 152 3C 3B
Octal 326 131 206 0 72 45 20 522 74 73
Binary 11010110 1011001 10000110 0 111010 100101 10000 101010010 111100 111011

Color Harmonies of #D65986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65986

Black with #D65986

Text Example


Text Example

White with #D65986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65986; }

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

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

background-color css

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

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

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

border-color css

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

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

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