Html Css Color HEX #DA4883 Cranberry

📋 copy color: '#DA4883'

red 218 ◦ green 72 ◦ blue 131

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

Shades of Cranberry #DA4883

Tints of Cranberry #DA4883

RGB

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

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

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

R = 51.78%
G = 17.1%
B = 31.12%

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

#DA4883 (or 0xDA4883) is known color: Cranberry. HEX triplet: DA, 48 and 83. RGB value is (218,72,131). Sum of RGB (Red+Green+Blue) = 218+72+131=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4883 is #25B77C. Grayscale: #7A7A7A. Windows color (decimal): -2471805 or 8603866. OLE color: 8603866.

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

Color convert

RGB 218 72 131 -
CMYK 0 0.67 0.40 0.15
HSL 335.75º 0.66% 0.57% -
HSV(B) 335.75º 0.67% 0.85% -
XYZ 35.33 21.18 23.7 -
YUV 122.38 132.87 196.2 -
System Red Green Blue C M Y K H S L
Decimal 218 72 131 0 0.67 0.40 0.15 335.75 0.66 0.57
Hex DA 48 83 0 43 28 F 150 42 39
Octal 332 110 203 0 103 50 17 520 102 71
Binary 11011010 1001000 10000011 0 1000011 101000 1111 101010000 1000010 111001

Color Harmonies of #DA4883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4883

Black with #DA4883

Text Example


Text Example

White with #DA4883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4883; }

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

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

background-color css

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

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

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

border-color css

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

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

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