Html Css Color HEX #DA4C7E Cranberry

📋 copy color: '#DA4C7E'

red 218 ◦ green 76 ◦ blue 126

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

Shades of Cranberry #DA4C7E

Tints of Cranberry #DA4C7E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.1%

 BLUE value IS 126 (49.61% from 255) = 30%

R = 51.9%
G = 18.1%
B = 30%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA4C7E (or 0xDA4C7E) is known color: Cranberry. HEX triplet: DA, 4C and 7E. RGB value is (218,76,126). Sum of RGB (Red+Green+Blue) = 218+76+126=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C7E is #25B381. Grayscale: #7C7C7C. Windows color (decimal): -2470786 or 8277210. OLE color: 8277210.

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

Color convert

RGB 218 76 126 -
CMYK 0 0.65 0.42 0.15
HSL 338.87º 0.66% 0.58% -
HSV(B) 338.87º 0.65% 0.85% -
XYZ 35.26 21.58 22.05 -
YUV 124.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 218 76 126 0 0.65 0.42 0.15 338.87 0.66 0.58
Hex DA 4C 7E 0 41 2A F 153 42 3A
Octal 332 114 176 0 101 52 17 523 102 72
Binary 11011010 1001100 1111110 0 1000001 101010 1111 101010011 1000010 111010

Color Harmonies of #DA4C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C7E

Black with #DA4C7E

Text Example


Text Example

White with #DA4C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C7E; }

 p { color: rgb(218,76,126); }

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

background-color css

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

 a { background-color: rgb(218,76,126); }

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

border-color css

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

 span { border-color: rgb(218,76,126); }

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