Html Css Color HEX #D8426C Cranberry

📋 copy color: '#D8426C'

red 216 ◦ green 66 ◦ blue 108

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

Shades of Cranberry #D8426C

Tints of Cranberry #D8426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.69%

R = 55.38%
G = 16.92%
B = 27.69%

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

#D8426C (or 0xD8426C) is known color: Cranberry. HEX triplet: D8, 42 and 6C. RGB value is (216,66,108). Sum of RGB (Red+Green+Blue) = 216+66+108=390 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.38% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 216 - color contains mainly: red. Hex color #D8426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8426C is #27BD93. Grayscale: #737373. Windows color (decimal): -2604436 or 7095000. OLE color: 7095000.

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

Color convert

RGB 216 66 108 -
CMYK 0 0.69 0.50 0.15
HSL 343.2º 0.66% 0.55% -
HSV(B) 343.2º 0.69% 0.85% -
XYZ 32.97 19.58 16.23 -
YUV 115.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 216 66 108 0 0.69 0.50 0.15 343.2 0.66 0.55
Hex D8 42 6C 0 45 32 F 157 42 37
Octal 330 102 154 0 105 62 17 527 102 67
Binary 11011000 1000010 1101100 0 1000101 110010 1111 101010111 1000010 110111

Color Harmonies of #D8426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8426C

Black with #D8426C

Text Example


Text Example

White with #D8426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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