Html Css Color HEX #DA4F7A Cranberry

📋 copy color: '#DA4F7A'

red 218 ◦ green 79 ◦ blue 122

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

Shades of Cranberry #DA4F7A

Tints of Cranberry #DA4F7A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.85%

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 52.03%
G = 18.85%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA4F7A (or 0xDA4F7A) is known color: Cranberry. HEX triplet: DA, 4F and 7A. RGB value is (218,79,122). Sum of RGB (Red+Green+Blue) = 218+79+122=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4F7A is #25B085. Grayscale: #7D7D7D. Windows color (decimal): -2470022 or 8015834. OLE color: 8015834.

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

Color convert

RGB 218 79 122 -
CMYK 0 0.64 0.44 0.15
HSL 341.44º 0.65% 0.58% -
HSV(B) 341.44º 0.64% 0.85% -
XYZ 35.22 21.9 20.78 -
YUV 125.46 126.05 194 -
System Red Green Blue C M Y K H S L
Decimal 218 79 122 0 0.64 0.44 0.15 341.44 0.65 0.58
Hex DA 4F 7A 0 40 2C F 155 41 3A
Octal 332 117 172 0 100 54 17 525 101 72
Binary 11011010 1001111 1111010 0 1000000 101100 1111 101010101 1000001 111010

Color Harmonies of #DA4F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F7A

Black with #DA4F7A

Text Example


Text Example

White with #DA4F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F7A; }

 p { color: rgb(218,79,122); }

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

background-color css

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

 a { background-color: rgb(218,79,122); }

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

border-color css

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

 span { border-color: rgb(218,79,122); }

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