Html Css Color HEX #D65889 Cranberry

📋 copy color: '#D65889'

red 214 ◦ green 88 ◦ blue 137

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

Shades of Cranberry #D65889

Tints of Cranberry #D65889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.21%

R = 48.75%
G = 20.05%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65889 (or 0xD65889) is known color: Cranberry. HEX triplet: D6, 58 and 89. RGB value is (214,88,137). Sum of RGB (Red+Green+Blue) = 214+88+137=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D65889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65889 is #29A776. Grayscale: #838383. Windows color (decimal): -2729847 or 9001174. OLE color: 9001174.

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

Color convert

RGB 214 88 137 -
CMYK 0 0.59 0.36 0.16
HSL 336.67º 0.61% 0.59% -
HSV(B) 336.67º 0.59% 0.84% -
XYZ 35.74 23.08 26.24 -
YUV 131.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 214 88 137 0 0.59 0.36 0.16 336.67 0.61 0.59
Hex D6 58 89 0 3B 24 10 151 3D 3B
Octal 326 130 211 0 73 44 20 521 75 73
Binary 11010110 1011000 10001001 0 111011 100100 10000 101010001 111101 111011

Color Harmonies of #D65889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65889

Black with #D65889

Text Example


Text Example

White with #D65889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65889; }

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

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

background-color css

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

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

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

border-color css

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

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

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