Html Css Color HEX #D5477D Cranberry

📋 copy color: '#D5477D'

red 213 ◦ green 71 ◦ blue 125

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

Shades of Cranberry #D5477D

Tints of Cranberry #D5477D

RGB

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

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

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

R = 52.08%
G = 17.36%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5477D (or 0xD5477D) is known color: Cranberry. HEX triplet: D5, 47 and 7D. RGB value is (213,71,125). Sum of RGB (Red+Green+Blue) = 213+71+125=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5477D is #2AB882. Grayscale: #777777. Windows color (decimal): -2799747 or 8210389. OLE color: 8210389.

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

Color convert

RGB 213 71 125 -
CMYK 0 0.67 0.41 0.16
HSL 337.18º 0.63% 0.56% -
HSV(B) 337.18º 0.67% 0.84% -
XYZ 33.4 20.13 21.53 -
YUV 119.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 213 71 125 0 0.67 0.41 0.16 337.18 0.63 0.56
Hex D5 47 7D 0 43 29 10 151 3F 38
Octal 325 107 175 0 103 51 20 521 77 70
Binary 11010101 1000111 1111101 0 1000011 101001 10000 101010001 111111 111000

Color Harmonies of #D5477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5477D

Black with #D5477D

Text Example


Text Example

White with #D5477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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