Html Css Color HEX #D8426F Cranberry

📋 copy color: '#D8426F'

red 216 ◦ green 66 ◦ blue 111

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

Shades of Cranberry #D8426F

Tints of Cranberry #D8426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.24%

R = 54.96%
G = 16.79%
B = 28.24%

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

#D8426F (or 0xD8426F) is known color: Cranberry. HEX triplet: D8, 42 and 6F. RGB value is (216,66,111). Sum of RGB (Red+Green+Blue) = 216+66+111=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D8426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8426F is #27BD90. Grayscale: #737373. Windows color (decimal): -2604433 or 7291608. OLE color: 7291608.

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

Color convert

RGB 216 66 111 -
CMYK 0 0.69 0.49 0.15
HSL 342º 0.66% 0.55% -
HSV(B) 342º 0.69% 0.85% -
XYZ 33.14 19.64 17.08 -
YUV 115.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 216 66 111 0 0.69 0.49 0.15 342 0.66 0.55
Hex D8 42 6F 0 45 31 F 156 42 37
Octal 330 102 157 0 105 61 17 526 102 67
Binary 11011000 1000010 1101111 0 1000101 110001 1111 101010110 1000010 110111

Color Harmonies of #D8426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8426F

Black with #D8426F

Text Example


Text Example

White with #D8426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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