Html Css Color HEX #D65076 Cranberry

📋 copy color: '#D65076'

red 214 ◦ green 80 ◦ blue 118

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

Shades of Cranberry #D65076

Tints of Cranberry #D65076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.42%

 BLUE value IS 118 (46.48% from 255) = 28.64%

R = 51.94%
G = 19.42%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65076 (or 0xD65076) is known color: Cranberry. HEX triplet: D6, 50 and 76. RGB value is (214,80,118). Sum of RGB (Red+Green+Blue) = 214+80+118=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D65076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65076 is #29AF89. Grayscale: #7C7C7C. Windows color (decimal): -2731914 or 7753942. OLE color: 7753942.

HSL color Cylindrical-coordinate representation of color #D65076: hue angle of 342.99º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D65076 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 118 -
CMYK 0 0.63 0.45 0.16
HSL 342.99º 0.62% 0.58% -
HSV(B) 342.99º 0.63% 0.84% -
XYZ 33.87 21.34 19.47 -
YUV 124.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 214 80 118 0 0.63 0.45 0.16 342.99 0.62 0.58
Hex D6 50 76 0 3F 2D 10 157 3E 3A
Octal 326 120 166 0 77 55 20 527 76 72
Binary 11010110 1010000 1110110 0 111111 101101 10000 101010111 111110 111010

Color Harmonies of #D65076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65076

Black with #D65076

Text Example


Text Example

White with #D65076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65076; }

 p { color: rgb(214,80,118); }

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

background-color css

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

 a { background-color: rgb(214,80,118); }

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

border-color css

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

 span { border-color: rgb(214,80,118); }

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