Html Css Color HEX #DA4C7F Cranberry

📋 copy color: '#DA4C7F'

red 218 ◦ green 76 ◦ blue 127

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

Shades of Cranberry #DA4C7F

Tints of Cranberry #DA4C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 51.78%
G = 18.05%
B = 30.17%

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

#DA4C7F (or 0xDA4C7F) is known color: Cranberry. HEX triplet: DA, 4C and 7F. RGB value is (218,76,127). Sum of RGB (Red+Green+Blue) = 218+76+127=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4C7F is #25B380. Grayscale: #7C7C7C. Windows color (decimal): -2470785 or 8342746. OLE color: 8342746.

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

Color convert

RGB 218 76 127 -
CMYK 0 0.65 0.42 0.15
HSL 338.45º 0.66% 0.58% -
HSV(B) 338.45º 0.65% 0.85% -
XYZ 35.33 21.61 22.39 -
YUV 124.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 218 76 127 0 0.65 0.42 0.15 338.45 0.66 0.58
Hex DA 4C 7F 0 41 2A F 152 42 3A
Octal 332 114 177 0 101 52 17 522 102 72
Binary 11011010 1001100 1111111 0 1000001 101010 1111 101010010 1000010 111010

Color Harmonies of #DA4C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4C7F

Black with #DA4C7F

Text Example


Text Example

White with #DA4C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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