Html Css Color HEX #DA4983 Cranberry

📋 copy color: '#DA4983'

red 218 ◦ green 73 ◦ blue 131

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

Shades of Cranberry #DA4983

Tints of Cranberry #DA4983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.3%

 BLUE value IS 131 (51.56% from 255) = 31.04%

R = 51.66%
G = 17.3%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#DA4983 (or 0xDA4983) is known color: Cranberry. HEX triplet: DA, 49 and 83. RGB value is (218,73,131). Sum of RGB (Red+Green+Blue) = 218+73+131=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 131 (51.56% from 255 or 31.04% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4983 is #25B67C. Grayscale: #7A7A7A. Windows color (decimal): -2471549 or 8604122. OLE color: 8604122.

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

Color convert

RGB 218 73 131 -
CMYK 0 0.67 0.40 0.15
HSL 336º 0.66% 0.57% -
HSV(B) 336º 0.67% 0.85% -
XYZ 35.39 21.31 23.72 -
YUV 122.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 218 73 131 0 0.67 0.40 0.15 336 0.66 0.57
Hex DA 49 83 0 43 28 F 150 42 39
Octal 332 111 203 0 103 50 17 520 102 71
Binary 11011010 1001001 10000011 0 1000011 101000 1111 101010000 1000010 111001

Color Harmonies of #DA4983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4983

Black with #DA4983

Text Example


Text Example

White with #DA4983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4983; }

 p { color: rgb(218,73,131); }

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

background-color css

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

 a { background-color: rgb(218,73,131); }

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

border-color css

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

 span { border-color: rgb(218,73,131); }

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