Html Css Color HEX #D65585 Cranberry

📋 copy color: '#D65585'

red 214 ◦ green 85 ◦ blue 133

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

Shades of Cranberry #D65585

Tints of Cranberry #D65585

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.68%

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 49.54%
G = 19.68%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D65585 (or 0xD65585) is known color: Cranberry. HEX triplet: D6, 55 and 85. RGB value is (214,85,133). Sum of RGB (Red+Green+Blue) = 214+85+133=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D65585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65585 is #29AA7A. Grayscale: #808080. Windows color (decimal): -2730619 or 8738262. OLE color: 8738262.

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

Color convert

RGB 214 85 133 -
CMYK 0 0.60 0.38 0.16
HSL 337.67º 0.61% 0.59% -
HSV(B) 337.67º 0.6% 0.84% -
XYZ 35.21 22.49 24.67 -
YUV 129.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 214 85 133 0 0.60 0.38 0.16 337.67 0.61 0.59
Hex D6 55 85 0 3C 26 10 152 3D 3B
Octal 326 125 205 0 74 46 20 522 75 73
Binary 11010110 1010101 10000101 0 111100 100110 10000 101010010 111101 111011

Color Harmonies of #D65585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65585

Black with #D65585

Text Example


Text Example

White with #D65585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65585; }

 p { color: rgb(214,85,133); }

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

background-color css

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

 a { background-color: rgb(214,85,133); }

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

border-color css

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

 span { border-color: rgb(214,85,133); }

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