Html Css Color HEX #DA4B8A Cranberry

📋 copy color: '#DA4B8A'

red 218 ◦ green 75 ◦ blue 138

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

Shades of Cranberry #DA4B8A

Tints of Cranberry #DA4B8A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 50.58%
G = 17.4%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA4B8A (or 0xDA4B8A) is known color: Cranberry. HEX triplet: DA, 4B and 8A. RGB value is (218,75,138). Sum of RGB (Red+Green+Blue) = 218+75+138=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4B8A is #25B475. Grayscale: #7C7C7C. Windows color (decimal): -2471030 or 9063386. OLE color: 9063386.

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

Color convert

RGB 218 75 138 -
CMYK 0 0.66 0.37 0.15
HSL 333.57º 0.66% 0.57% -
HSV(B) 333.57º 0.66% 0.85% -
XYZ 36.02 21.77 26.35 -
YUV 124.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 218 75 138 0 0.66 0.37 0.15 333.57 0.66 0.57
Hex DA 4B 8A 0 42 25 F 14E 42 39
Octal 332 113 212 0 102 45 17 516 102 71
Binary 11011010 1001011 10001010 0 1000010 100101 1111 101001110 1000010 111001

Color Harmonies of #DA4B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B8A

Black with #DA4B8A

Text Example


Text Example

White with #DA4B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B8A; }

 p { color: rgb(218,75,138); }

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

background-color css

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

 a { background-color: rgb(218,75,138); }

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

border-color css

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

 span { border-color: rgb(218,75,138); }

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