Html Css Color HEX #D65B76 Cranberry

📋 copy color: '#D65B76'

red 214 ◦ green 91 ◦ blue 118

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

Shades of Cranberry #D65B76

Tints of Cranberry #D65B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.51%

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

R = 50.59%
G = 21.51%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65B76 (or 0xD65B76) is known color: Cranberry. HEX triplet: D6, 5B and 76. RGB value is (214,91,118). Sum of RGB (Red+Green+Blue) = 214+91+118=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 91 (35.94% from 255 or 21.51% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B76 is #29A489. Grayscale: #828282. Windows color (decimal): -2729098 or 7756758. OLE color: 7756758.

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

Color convert

RGB 214 91 118 -
CMYK 0 0.57 0.45 0.16
HSL 346.83º 0.6% 0.6% -
HSV(B) 346.83º 0.57% 0.84% -
XYZ 34.74 23.09 19.76 -
YUV 130.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 214 91 118 0 0.57 0.45 0.16 346.83 0.6 0.6
Hex D6 5B 76 0 39 2D 10 15B 3C 3C
Octal 326 133 166 0 71 55 20 533 74 74
Binary 11010110 1011011 1110110 0 111001 101101 10000 101011011 111100 111100

Color Harmonies of #D65B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B76

Black with #D65B76

Text Example


Text Example

White with #D65B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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