Html Css Color HEX #D5477F Cranberry

📋 copy color: '#D5477F'

red 213 ◦ green 71 ◦ blue 127

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

Shades of Cranberry #D5477F

Tints of Cranberry #D5477F

RGB

 RED value IS 213 (83.59% from 255) = 51.82%

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

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

R = 51.82%
G = 17.27%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D5477F (or 0xD5477F) is known color: Cranberry. HEX triplet: D5, 47 and 7F. RGB value is (213,71,127). Sum of RGB (Red+Green+Blue) = 213+71+127=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5477F is #2AB880. Grayscale: #777777. Windows color (decimal): -2799745 or 8341461. OLE color: 8341461.

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

Color convert

RGB 213 71 127 -
CMYK 0 0.67 0.40 0.16
HSL 336.34º 0.63% 0.56% -
HSV(B) 336.34º 0.67% 0.84% -
XYZ 33.52 20.18 22.21 -
YUV 119.84 132.04 194.45 -
System Red Green Blue C M Y K H S L
Decimal 213 71 127 0 0.67 0.40 0.16 336.34 0.63 0.56
Hex D5 47 7F 0 43 28 10 150 3F 38
Octal 325 107 177 0 103 50 20 520 77 70
Binary 11010101 1000111 1111111 0 1000011 101000 10000 101010000 111111 111000

Color Harmonies of #D5477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5477F

Black with #D5477F

Text Example


Text Example

White with #D5477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5477F; }

 p { color: rgb(213,71,127); }

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

background-color css

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

 a { background-color: rgb(213,71,127); }

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

border-color css

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

 span { border-color: rgb(213,71,127); }

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