Html Css Color HEX #D7477D Cranberry

📋 copy color: '#D7477D'

red 215 ◦ green 71 ◦ blue 125

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

Shades of Cranberry #D7477D

Tints of Cranberry #D7477D

RGB

 RED value IS 215 (84.38% from 255) = 52.31%

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

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

R = 52.31%
G = 17.27%
B = 30.41%

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

#D7477D (or 0xD7477D) is known color: Cranberry. HEX triplet: D7, 47 and 7D. RGB value is (215,71,125). Sum of RGB (Red+Green+Blue) = 215+71+125=411 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.31% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 215 - color contains mainly: red. Hex color #D7477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7477D is #28B882. Grayscale: #787878. Windows color (decimal): -2668675 or 8210391. OLE color: 8210391.

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

Color convert

RGB 215 71 125 -
CMYK 0 0.67 0.42 0.16
HSL 337.5º 0.64% 0.56% -
HSV(B) 337.5º 0.67% 0.84% -
XYZ 33.98 20.43 21.56 -
YUV 120.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 215 71 125 0 0.67 0.42 0.16 337.5 0.64 0.56
Hex D7 47 7D 0 43 2A 10 152 40 38
Octal 327 107 175 0 103 52 20 522 100 70
Binary 11010111 1000111 1111101 0 1000011 101010 10000 101010010 1000000 111000

Color Harmonies of #D7477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7477D

Black with #D7477D

Text Example


Text Example

White with #D7477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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