Html Css Color HEX #D6467D Cranberry

📋 copy color: '#D6467D'

red 214 ◦ green 70 ◦ blue 125

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

Shades of Cranberry #D6467D

Tints of Cranberry #D6467D

RGB

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

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

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

R = 52.32%
G = 17.11%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6467D (or 0xD6467D) is known color: Cranberry. HEX triplet: D6, 46 and 7D. RGB value is (214,70,125). Sum of RGB (Red+Green+Blue) = 214+70+125=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D6467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6467D is #29B982. Grayscale: #777777. Windows color (decimal): -2734467 or 8210134. OLE color: 8210134.

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

Color convert

RGB 214 70 125 -
CMYK 0 0.67 0.42 0.16
HSL 337.08º 0.64% 0.56% -
HSV(B) 337.08º 0.67% 0.84% -
XYZ 33.62 20.16 21.52 -
YUV 119.33 131.21 195.53 -
System Red Green Blue C M Y K H S L
Decimal 214 70 125 0 0.67 0.42 0.16 337.08 0.64 0.56
Hex D6 46 7D 0 43 2A 10 151 40 38
Octal 326 106 175 0 103 52 20 521 100 70
Binary 11010110 1000110 1111101 0 1000011 101010 10000 101010001 1000000 111000

Color Harmonies of #D6467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6467D

Black with #D6467D

Text Example


Text Example

White with #D6467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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