Html Css Color HEX #D6467B Cranberry

📋 copy color: '#D6467B'

red 214 ◦ green 70 ◦ blue 123

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

Shades of Cranberry #D6467B

Tints of Cranberry #D6467B

RGB

 RED value IS 214 (83.98% from 255) = 52.58%

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

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 52.58%
G = 17.2%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6467B (or 0xD6467B) is known color: Cranberry. HEX triplet: D6, 46 and 7B. RGB value is (214,70,123). Sum of RGB (Red+Green+Blue) = 214+70+123=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6467B is #29B984. Grayscale: #777777. Windows color (decimal): -2734469 or 8079062. OLE color: 8079062.

HSL color Cylindrical-coordinate representation of color #D6467B: hue angle of 337.92º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D6467B is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 70 123 -
CMYK 0 0.67 0.43 0.16
HSL 337.92º 0.64% 0.56% -
HSV(B) 337.92º 0.67% 0.84% -
XYZ 33.5 20.11 20.85 -
YUV 119.1 130.21 195.69 -
System Red Green Blue C M Y K H S L
Decimal 214 70 123 0 0.67 0.43 0.16 337.92 0.64 0.56
Hex D6 46 7B 0 43 2B 10 152 40 38
Octal 326 106 173 0 103 53 20 522 100 70
Binary 11010110 1000110 1111011 0 1000011 101011 10000 101010010 1000000 111000

Color Harmonies of #D6467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6467B

Black with #D6467B

Text Example


Text Example

White with #D6467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6467B; }

 p { color: rgb(214,70,123); }

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

background-color css

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

 a { background-color: rgb(214,70,123); }

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

border-color css

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

 span { border-color: rgb(214,70,123); }

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