Html Css Color HEX #D6477A Cranberry

📋 copy color: '#D6477A'

red 214 ◦ green 71 ◦ blue 122

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

Shades of Cranberry #D6477A

Tints of Cranberry #D6477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.44%

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 52.58%
G = 17.44%
B = 29.98%

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

#D6477A (or 0xD6477A) is known color: Cranberry. HEX triplet: D6, 47 and 7A. RGB value is (214,71,122). Sum of RGB (Red+Green+Blue) = 214+71+122=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6477A is #29B885. Grayscale: #777777. Windows color (decimal): -2734214 or 8013782. OLE color: 8013782.

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

Color convert

RGB 214 71 122 -
CMYK 0 0.67 0.43 0.16
HSL 338.6º 0.64% 0.56% -
HSV(B) 338.6º 0.67% 0.84% -
XYZ 33.5 20.21 20.55 -
YUV 119.57 129.38 195.35 -
System Red Green Blue C M Y K H S L
Decimal 214 71 122 0 0.67 0.43 0.16 338.6 0.64 0.56
Hex D6 47 7A 0 43 2B 10 153 40 38
Octal 326 107 172 0 103 53 20 523 100 70
Binary 11010110 1000111 1111010 0 1000011 101011 10000 101010011 1000000 111000

Color Harmonies of #D6477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6477A

Black with #D6477A

Text Example


Text Example

White with #D6477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6477A; }

 p { color: rgb(214,71,122); }

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

background-color css

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

 a { background-color: rgb(214,71,122); }

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

border-color css

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

 span { border-color: rgb(214,71,122); }

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