Html Css Color HEX #D65689 Cranberry

📋 copy color: '#D65689'

red 214 ◦ green 86 ◦ blue 137

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

Shades of Cranberry #D65689

Tints of Cranberry #D65689

RGB

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

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

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

R = 48.97%
G = 19.68%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D65689 (or 0xD65689) is known color: Cranberry. HEX triplet: D6, 56 and 89. RGB value is (214,86,137). Sum of RGB (Red+Green+Blue) = 214+86+137=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D65689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65689 is #29A976. Grayscale: #828282. Windows color (decimal): -2730359 or 9000662. OLE color: 9000662.

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

Color convert

RGB 214 86 137 -
CMYK 0 0.60 0.36 0.16
HSL 336.09º 0.61% 0.59% -
HSV(B) 336.09º 0.6% 0.84% -
XYZ 35.57 22.76 26.18 -
YUV 130.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 214 86 137 0 0.60 0.36 0.16 336.09 0.61 0.59
Hex D6 56 89 0 3C 24 10 150 3D 3B
Octal 326 126 211 0 74 44 20 520 75 73
Binary 11010110 1010110 10001001 0 111100 100100 10000 101010000 111101 111011

Color Harmonies of #D65689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65689

Black with #D65689

Text Example


Text Example

White with #D65689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65689; }

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

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

background-color css

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

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

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

border-color css

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

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

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