Html Css Color HEX #DA4D7C Cranberry

📋 copy color: '#DA4D7C'

red 218 ◦ green 77 ◦ blue 124

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

Shades of Cranberry #DA4D7C

Tints of Cranberry #DA4D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.38%

 BLUE value IS 124 (48.83% from 255) = 29.59%

R = 52.03%
G = 18.38%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA4D7C (or 0xDA4D7C) is known color: Cranberry. HEX triplet: DA, 4D and 7C. RGB value is (218,77,124). Sum of RGB (Red+Green+Blue) = 218+77+124=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D7C is #25B283. Grayscale: #7C7C7C. Windows color (decimal): -2470532 or 8146394. OLE color: 8146394.

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

Color convert

RGB 218 77 124 -
CMYK 0 0.65 0.43 0.15
HSL 340º 0.66% 0.58% -
HSV(B) 340º 0.65% 0.85% -
XYZ 35.21 21.67 21.4 -
YUV 124.52 127.71 194.68 -
System Red Green Blue C M Y K H S L
Decimal 218 77 124 0 0.65 0.43 0.15 340 0.66 0.58
Hex DA 4D 7C 0 41 2B F 154 42 3A
Octal 332 115 174 0 101 53 17 524 102 72
Binary 11011010 1001101 1111100 0 1000001 101011 1111 101010100 1000010 111010

Color Harmonies of #DA4D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D7C

Black with #DA4D7C

Text Example


Text Example

White with #DA4D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D7C; }

 p { color: rgb(218,77,124); }

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

background-color css

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

 a { background-color: rgb(218,77,124); }

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

border-color css

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

 span { border-color: rgb(218,77,124); }

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