Html Css Color HEX #D8426D Cranberry

📋 copy color: '#D8426D'

red 216 ◦ green 66 ◦ blue 109

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

Shades of Cranberry #D8426D

Tints of Cranberry #D8426D

RGB

 RED value IS 216 (84.77% from 255) = 55.24%

 GREEN value IS 66 (26.17% from 255) = 16.88%

 BLUE value IS 109 (42.97% from 255) = 27.88%

R = 55.24%
G = 16.88%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8426D (or 0xD8426D) is known color: Cranberry. HEX triplet: D8, 42 and 6D. RGB value is (216,66,109). Sum of RGB (Red+Green+Blue) = 216+66+109=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D8426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8426D is #27BD92. Grayscale: #737373. Windows color (decimal): -2604435 or 7160536. OLE color: 7160536.

HSL color Cylindrical-coordinate representation of color #D8426D: hue angle of 342.8º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8426D is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 109 -
CMYK 0 0.69 0.50 0.15
HSL 342.8º 0.66% 0.55% -
HSV(B) 342.8º 0.69% 0.85% -
XYZ 33.03 19.6 16.51 -
YUV 115.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 216 66 109 0 0.69 0.50 0.15 342.8 0.66 0.55
Hex D8 42 6D 0 45 32 F 157 42 37
Octal 330 102 155 0 105 62 17 527 102 67
Binary 11011000 1000010 1101101 0 1000101 110010 1111 101010111 1000010 110111

Color Harmonies of #D8426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8426D

Black with #D8426D

Text Example


Text Example

White with #D8426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8426D; }

 p { color: rgb(216,66,109); }

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

background-color css

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

 a { background-color: rgb(216,66,109); }

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

border-color css

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

 span { border-color: rgb(216,66,109); }

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