Html Css Color HEX #D65780 Cranberry

📋 copy color: '#D65780'

red 214 ◦ green 87 ◦ blue 128

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

Shades of Cranberry #D65780

Tints of Cranberry #D65780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.28%

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 49.88%
G = 20.28%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D65780 (or 0xD65780) is known color: Cranberry. HEX triplet: D6, 57 and 80. RGB value is (214,87,128). Sum of RGB (Red+Green+Blue) = 214+87+128=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D65780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65780 is #29A87F. Grayscale: #818181. Windows color (decimal): -2730112 or 8411094. OLE color: 8411094.

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

Color convert

RGB 214 87 128 -
CMYK 0 0.59 0.40 0.16
HSL 340.63º 0.61% 0.59% -
HSV(B) 340.63º 0.59% 0.84% -
XYZ 35.04 22.67 22.95 -
YUV 129.65 127.08 188.17 -
System Red Green Blue C M Y K H S L
Decimal 214 87 128 0 0.59 0.40 0.16 340.63 0.61 0.59
Hex D6 57 80 0 3B 28 10 155 3D 3B
Octal 326 127 200 0 73 50 20 525 75 73
Binary 11010110 1010111 10000000 0 111011 101000 10000 101010101 111101 111011

Color Harmonies of #D65780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65780

Black with #D65780

Text Example


Text Example

White with #D65780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65780; }

 p { color: rgb(214,87,128); }

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

background-color css

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

 a { background-color: rgb(214,87,128); }

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

border-color css

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

 span { border-color: rgb(214,87,128); }

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