Html Css Color HEX #D65B78 Cranberry

📋 copy color: '#D65B78'

red 214 ◦ green 91 ◦ blue 120

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

Shades of Cranberry #D65B78

Tints of Cranberry #D65B78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 50.35%
G = 21.41%
B = 28.24%

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

#D65B78 (or 0xD65B78) is known color: Cranberry. HEX triplet: D6, 5B and 78. RGB value is (214,91,120). Sum of RGB (Red+Green+Blue) = 214+91+120=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D65B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65B78 is #29A487. Grayscale: #838383. Windows color (decimal): -2729096 or 7887830. OLE color: 7887830.

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

Color convert

RGB 214 91 120 -
CMYK 0 0.57 0.44 0.16
HSL 345.85º 0.6% 0.6% -
HSV(B) 345.85º 0.57% 0.84% -
XYZ 34.86 23.13 20.4 -
YUV 131.08 121.75 187.14 -
System Red Green Blue C M Y K H S L
Decimal 214 91 120 0 0.57 0.44 0.16 345.85 0.6 0.6
Hex D6 5B 78 0 39 2C 10 15A 3C 3C
Octal 326 133 170 0 71 54 20 532 74 74
Binary 11010110 1011011 1111000 0 111001 101100 10000 101011010 111100 111100

Color Harmonies of #D65B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65B78

Black with #D65B78

Text Example


Text Example

White with #D65B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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