Html Css Color HEX #D8467D Cranberry

📋 copy color: '#D8467D'

red 216 ◦ green 70 ◦ blue 125

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

Shades of Cranberry #D8467D

Tints of Cranberry #D8467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 52.55%
G = 17.03%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8467D (or 0xD8467D) is known color: Cranberry. HEX triplet: D8, 46 and 7D. RGB value is (216,70,125). Sum of RGB (Red+Green+Blue) = 216+70+125=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 70 (27.73% from 255 or 17.03% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8467D is #27B982. Grayscale: #777777. Windows color (decimal): -2603395 or 8210136. OLE color: 8210136.

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

Color convert

RGB 216 70 125 -
CMYK 0 0.68 0.42 0.15
HSL 337.4º 0.65% 0.56% -
HSV(B) 337.4º 0.68% 0.85% -
XYZ 34.21 20.46 21.55 -
YUV 119.92 130.87 196.53 -
System Red Green Blue C M Y K H S L
Decimal 216 70 125 0 0.68 0.42 0.15 337.4 0.65 0.56
Hex D8 46 7D 0 44 2A F 151 41 38
Octal 330 106 175 0 104 52 17 521 101 70
Binary 11011000 1000110 1111101 0 1000100 101010 1111 101010001 1000001 111000

Color Harmonies of #D8467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8467D

Black with #D8467D

Text Example


Text Example

White with #D8467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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