Html Css Color HEX #DA4886 Cranberry

📋 copy color: '#DA4886'

red 218 ◦ green 72 ◦ blue 134

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

Shades of Cranberry #DA4886

Tints of Cranberry #DA4886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.98%

 BLUE value IS 134 (52.73% from 255) = 31.6%

R = 51.42%
G = 16.98%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA4886 (or 0xDA4886) is known color: Cranberry. HEX triplet: DA, 48 and 86. RGB value is (218,72,134). Sum of RGB (Red+Green+Blue) = 218+72+134=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4886 is #25B779. Grayscale: #7A7A7A. Windows color (decimal): -2471802 or 8800474. OLE color: 8800474.

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

Color convert

RGB 218 72 134 -
CMYK 0 0.67 0.39 0.15
HSL 334.52º 0.66% 0.57% -
HSV(B) 334.52º 0.67% 0.85% -
XYZ 35.53 21.26 24.79 -
YUV 122.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 218 72 134 0 0.67 0.39 0.15 334.52 0.66 0.57
Hex DA 48 86 0 43 27 F 14F 42 39
Octal 332 110 206 0 103 47 17 517 102 71
Binary 11011010 1001000 10000110 0 1000011 100111 1111 101001111 1000010 111001

Color Harmonies of #DA4886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4886

Black with #DA4886

Text Example


Text Example

White with #DA4886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4886; }

 p { color: rgb(218,72,134); }

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

background-color css

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

 a { background-color: rgb(218,72,134); }

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

border-color css

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

 span { border-color: rgb(218,72,134); }

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