Html Css Color HEX #DA477D Cranberry

📋 copy color: '#DA477D'

red 218 ◦ green 71 ◦ blue 125

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

Shades of Cranberry #DA477D

Tints of Cranberry #DA477D

RGB

 RED value IS 218 (85.55% from 255) = 52.66%

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

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

R = 52.66%
G = 17.15%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA477D (or 0xDA477D) is known color: Cranberry. HEX triplet: DA, 47 and 7D. RGB value is (218,71,125). Sum of RGB (Red+Green+Blue) = 218+71+125=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA477D is #25B882. Grayscale: #797979. Windows color (decimal): -2472067 or 8210394. OLE color: 8210394.

HSL color Cylindrical-coordinate representation of color #DA477D: hue angle of 337.96º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA477D is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 71 125 -
CMYK 0 0.67 0.43 0.15
HSL 337.96º 0.67% 0.57% -
HSV(B) 337.96º 0.67% 0.85% -
XYZ 34.87 20.89 21.6 -
YUV 121.11 130.2 197.11 -
System Red Green Blue C M Y K H S L
Decimal 218 71 125 0 0.67 0.43 0.15 337.96 0.67 0.57
Hex DA 47 7D 0 43 2B F 152 43 39
Octal 332 107 175 0 103 53 17 522 103 71
Binary 11011010 1000111 1111101 0 1000011 101011 1111 101010010 1000011 111001

Color Harmonies of #DA477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA477D

Black with #DA477D

Text Example


Text Example

White with #DA477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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