Html Css Color HEX #D65573 Cranberry

📋 copy color: '#D65573'

red 214 ◦ green 85 ◦ blue 115

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

Shades of Cranberry #D65573

Tints of Cranberry #D65573

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.53%

 BLUE value IS 115 (45.31% from 255) = 27.78%

R = 51.69%
G = 20.53%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D65573 (or 0xD65573) is known color: Cranberry. HEX triplet: D6, 55 and 73. RGB value is (214,85,115). Sum of RGB (Red+Green+Blue) = 214+85+115=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D65573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65573 is #29AA8C. Grayscale: #7F7F7F. Windows color (decimal): -2730637 or 7558614. OLE color: 7558614.

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

Color convert

RGB 214 85 115 -
CMYK 0 0.60 0.46 0.16
HSL 346.05º 0.61% 0.59% -
HSV(B) 346.05º 0.6% 0.84% -
XYZ 34.07 22.03 18.68 -
YUV 126.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 214 85 115 0 0.60 0.46 0.16 346.05 0.61 0.59
Hex D6 55 73 0 3C 2E 10 15A 3D 3B
Octal 326 125 163 0 74 56 20 532 75 73
Binary 11010110 1010101 1110011 0 111100 101110 10000 101011010 111101 111011

Color Harmonies of #D65573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65573

Black with #D65573

Text Example


Text Example

White with #D65573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65573; }

 p { color: rgb(214,85,115); }

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

background-color css

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

 a { background-color: rgb(214,85,115); }

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

border-color css

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

 span { border-color: rgb(214,85,115); }

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