Html Css Color HEX #DA4F7E Cranberry

📋 copy color: '#DA4F7E'

red 218 ◦ green 79 ◦ blue 126

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

Shades of Cranberry #DA4F7E

Tints of Cranberry #DA4F7E

RGB

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

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

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

R = 51.54%
G = 18.68%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA4F7E (or 0xDA4F7E) is known color: Cranberry. HEX triplet: DA, 4F and 7E. RGB value is (218,79,126). Sum of RGB (Red+Green+Blue) = 218+79+126=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4F7E is #25B081. Grayscale: #7D7D7D. Windows color (decimal): -2470018 or 8277978. OLE color: 8277978.

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

Color convert

RGB 218 79 126 -
CMYK 0 0.64 0.42 0.15
HSL 339.71º 0.65% 0.58% -
HSV(B) 339.71º 0.64% 0.85% -
XYZ 35.48 22 22.12 -
YUV 125.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 218 79 126 0 0.64 0.42 0.15 339.71 0.65 0.58
Hex DA 4F 7E 0 40 2A F 154 41 3A
Octal 332 117 176 0 100 52 17 524 101 72
Binary 11011010 1001111 1111110 0 1000000 101010 1111 101010100 1000001 111010

Color Harmonies of #DA4F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4F7E

Black with #DA4F7E

Text Example


Text Example

White with #DA4F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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