Html Css Color HEX #D65687 Cranberry

📋 copy color: '#D65687'

red 214 ◦ green 86 ◦ blue 135

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

Shades of Cranberry #D65687

Tints of Cranberry #D65687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.03%

R = 49.2%
G = 19.77%
B = 31.03%

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

#D65687 (or 0xD65687) is known color: Cranberry. HEX triplet: D6, 56 and 87. RGB value is (214,86,135). Sum of RGB (Red+Green+Blue) = 214+86+135=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D65687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65687 is #29A978. Grayscale: #818181. Windows color (decimal): -2730361 or 8869590. OLE color: 8869590.

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

Color convert

RGB 214 86 135 -
CMYK 0 0.60 0.37 0.16
HSL 337.03º 0.61% 0.59% -
HSV(B) 337.03º 0.6% 0.84% -
XYZ 35.43 22.7 25.44 -
YUV 129.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 214 86 135 0 0.60 0.37 0.16 337.03 0.61 0.59
Hex D6 56 87 0 3C 25 10 151 3D 3B
Octal 326 126 207 0 74 45 20 521 75 73
Binary 11010110 1010110 10000111 0 111100 100101 10000 101010001 111101 111011

Color Harmonies of #D65687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65687

Black with #D65687

Text Example


Text Example

White with #D65687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65687; }

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

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

background-color css

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

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

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

border-color css

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

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

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