Html Css Color HEX #D63E77 Cranberry

📋 copy color: '#D63E77'

red 214 ◦ green 62 ◦ blue 119

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

Shades of Cranberry #D63E77

Tints of Cranberry #D63E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.7%

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

R = 54.18%
G = 15.7%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D63E77 (or 0xD63E77) is known color: Cranberry. HEX triplet: D6, 3E and 77. RGB value is (214,62,119). Sum of RGB (Red+Green+Blue) = 214+62+119=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D63E77 is #29C188. Grayscale: #717171. Windows color (decimal): -2736521 or 7814870. OLE color: 7814870.

HSL color Cylindrical-coordinate representation of color #D63E77: hue angle of 337.5º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63E77 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 62 119 -
CMYK 0 0.71 0.44 0.16
HSL 337.5º 0.65% 0.54% -
HSV(B) 337.5º 0.71% 0.84% -
XYZ 32.78 19.07 19.41 -
YUV 113.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 214 62 119 0 0.71 0.44 0.16 337.5 0.65 0.54
Hex D6 3E 77 0 47 2C 10 152 41 36
Octal 326 76 167 0 107 54 20 522 101 66
Binary 11010110 111110 1110111 0 1000111 101100 10000 101010010 1000001 110110

Color Harmonies of #D63E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E77

Black with #D63E77

Text Example


Text Example

White with #D63E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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