Html Css Color HEX #D65886 Cranberry

📋 copy color: '#D65886'

red 214 ◦ green 88 ◦ blue 134

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

Shades of Cranberry #D65886

Tints of Cranberry #D65886

RGB

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

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

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

R = 49.08%
G = 20.18%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D65886 (or 0xD65886) is known color: Cranberry. HEX triplet: D6, 58 and 86. RGB value is (214,88,134). Sum of RGB (Red+Green+Blue) = 214+88+134=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D65886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65886 is #29A779. Grayscale: #828282. Windows color (decimal): -2729850 or 8804566. OLE color: 8804566.

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

Color convert

RGB 214 88 134 -
CMYK 0 0.59 0.37 0.16
HSL 338.1º 0.61% 0.59% -
HSV(B) 338.1º 0.59% 0.84% -
XYZ 35.52 23 25.12 -
YUV 130.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 214 88 134 0 0.59 0.37 0.16 338.1 0.61 0.59
Hex D6 58 86 0 3B 25 10 152 3D 3B
Octal 326 130 206 0 73 45 20 522 75 73
Binary 11010110 1011000 10000110 0 111011 100101 10000 101010010 111101 111011

Color Harmonies of #D65886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65886

Black with #D65886

Text Example


Text Example

White with #D65886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65886; }

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

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

background-color css

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

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

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

border-color css

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

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

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