Html Css Color HEX #D65F76 Cranberry

📋 copy color: '#D65F76'

red 214 ◦ green 95 ◦ blue 118

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

Shades of Cranberry #D65F76

Tints of Cranberry #D65F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.25%

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

R = 50.12%
G = 22.25%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D65F76 (or 0xD65F76) is known color: Cranberry. HEX triplet: D6, 5F and 76. RGB value is (214,95,118). Sum of RGB (Red+Green+Blue) = 214+95+118=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D65F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65F76 is #29A089. Grayscale: #858585. Windows color (decimal): -2728074 or 7757782. OLE color: 7757782.

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

Color convert

RGB 214 95 118 -
CMYK 0 0.56 0.45 0.16
HSL 348.4º 0.59% 0.61% -
HSV(B) 348.4º 0.56% 0.84% -
XYZ 35.09 23.79 19.88 -
YUV 133.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 214 95 118 0 0.56 0.45 0.16 348.4 0.59 0.61
Hex D6 5F 76 0 38 2D 10 15C 3B 3D
Octal 326 137 166 0 70 55 20 534 73 75
Binary 11010110 1011111 1110110 0 111000 101101 10000 101011100 111011 111101

Color Harmonies of #D65F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65F76

Black with #D65F76

Text Example


Text Example

White with #D65F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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