Html Css Color HEX #D8426E Cranberry

📋 copy color: '#D8426E'

red 216 ◦ green 66 ◦ blue 110

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

Shades of Cranberry #D8426E

Tints of Cranberry #D8426E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.06%

R = 55.1%
G = 16.84%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8426E (or 0xD8426E) is known color: Cranberry. HEX triplet: D8, 42 and 6E. RGB value is (216,66,110). Sum of RGB (Red+Green+Blue) = 216+66+110=392 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.10% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 216 - color contains mainly: red. Hex color #D8426E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8426E is #27BD91. Grayscale: #737373. Windows color (decimal): -2604434 or 7226072. OLE color: 7226072.

HSL color Cylindrical-coordinate representation of color #D8426E: hue angle of 342.4º 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 #D8426E is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 110 -
CMYK 0 0.69 0.49 0.15
HSL 342.4º 0.66% 0.55% -
HSV(B) 342.4º 0.69% 0.85% -
XYZ 33.08 19.62 16.8 -
YUV 115.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 216 66 110 0 0.69 0.49 0.15 342.4 0.66 0.55
Hex D8 42 6E 0 45 31 F 156 42 37
Octal 330 102 156 0 105 61 17 526 102 67
Binary 11011000 1000010 1101110 0 1000101 110001 1111 101010110 1000010 110111

Color Harmonies of #D8426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8426E

Black with #D8426E

Text Example


Text Example

White with #D8426E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8426E; }

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

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

background-color css

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

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

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

border-color css

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

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

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