Html Css Color HEX #D65B77 Cranberry

📋 copy color: '#D65B77'

red 214 ◦ green 91 ◦ blue 119

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

Shades of Cranberry #D65B77

Tints of Cranberry #D65B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 50.47%
G = 21.46%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D65B77 (or 0xD65B77) is known color: Cranberry. HEX triplet: D6, 5B and 77. RGB value is (214,91,119). Sum of RGB (Red+Green+Blue) = 214+91+119=424 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.47% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B77 is #29A488. Grayscale: #828282. Windows color (decimal): -2729097 or 7822294. OLE color: 7822294.

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

Color convert

RGB 214 91 119 -
CMYK 0 0.57 0.44 0.16
HSL 346.34º 0.6% 0.6% -
HSV(B) 346.34º 0.57% 0.84% -
XYZ 34.8 23.11 20.08 -
YUV 130.97 121.25 187.22 -
System Red Green Blue C M Y K H S L
Decimal 214 91 119 0 0.57 0.44 0.16 346.34 0.6 0.6
Hex D6 5B 77 0 39 2C 10 15A 3C 3C
Octal 326 133 167 0 71 54 20 532 74 74
Binary 11010110 1011011 1110111 0 111001 101100 10000 101011010 111100 111100

Color Harmonies of #D65B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B77

Black with #D65B77

Text Example


Text Example

White with #D65B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B77; }

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

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

background-color css

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

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

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

border-color css

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

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

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