Html Css Color HEX #D8467F Cranberry

📋 copy color: '#D8467F'

red 216 ◦ green 70 ◦ blue 127

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

Shades of Cranberry #D8467F

Tints of Cranberry #D8467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.95%

 BLUE value IS 127 (50% from 255) = 30.75%

R = 52.3%
G = 16.95%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D8467F (or 0xD8467F) is known color: Cranberry. HEX triplet: D8, 46 and 7F. RGB value is (216,70,127). Sum of RGB (Red+Green+Blue) = 216+70+127=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8467F is #27B980. Grayscale: #787878. Windows color (decimal): -2603393 or 8341208. OLE color: 8341208.

HSL color Cylindrical-coordinate representation of color #D8467F: hue angle of 336.58º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8467F is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 70 127 -
CMYK 0 0.68 0.41 0.15
HSL 336.58º 0.65% 0.56% -
HSV(B) 336.58º 0.68% 0.85% -
XYZ 34.34 20.51 22.23 -
YUV 120.15 131.87 196.37 -
System Red Green Blue C M Y K H S L
Decimal 216 70 127 0 0.68 0.41 0.15 336.58 0.65 0.56
Hex D8 46 7F 0 44 29 F 151 41 38
Octal 330 106 177 0 104 51 17 521 101 70
Binary 11011000 1000110 1111111 0 1000100 101001 1111 101010001 1000001 111000

Color Harmonies of #D8467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8467F

Black with #D8467F

Text Example


Text Example

White with #D8467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8467F; }

 p { color: rgb(216,70,127); }

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

background-color css

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

 a { background-color: rgb(216,70,127); }

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

border-color css

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

 span { border-color: rgb(216,70,127); }

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