Html Css Color HEX #D65680 Cranberry

📋 copy color: '#D65680'

red 214 ◦ green 86 ◦ blue 128

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

Shades of Cranberry #D65680

Tints of Cranberry #D65680

RGB

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

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

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

R = 50%
G = 20.09%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D65680 (or 0xD65680) is known color: Cranberry. HEX triplet: D6, 56 and 80. RGB value is (214,86,128). Sum of RGB (Red+Green+Blue) = 214+86+128=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D65680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65680 is #29A97F. Grayscale: #818181. Windows color (decimal): -2730368 or 8410838. OLE color: 8410838.

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

Color convert

RGB 214 86 128 -
CMYK 0 0.60 0.40 0.16
HSL 340.31º 0.61% 0.59% -
HSV(B) 340.31º 0.6% 0.84% -
XYZ 34.96 22.51 22.92 -
YUV 129.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 214 86 128 0 0.60 0.40 0.16 340.31 0.61 0.59
Hex D6 56 80 0 3C 28 10 154 3D 3B
Octal 326 126 200 0 74 50 20 524 75 73
Binary 11010110 1010110 10000000 0 111100 101000 10000 101010100 111101 111011

Color Harmonies of #D65680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65680

Black with #D65680

Text Example


Text Example

White with #D65680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65680; }

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

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

background-color css

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

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

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

border-color css

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

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

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