Html Css Color HEX #DA4B7A Cranberry

📋 copy color: '#DA4B7A'

red 218 ◦ green 75 ◦ blue 122

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

Shades of Cranberry #DA4B7A

Tints of Cranberry #DA4B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 52.53%
G = 18.07%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA4B7A (or 0xDA4B7A) is known color: Cranberry. HEX triplet: DA, 4B and 7A. RGB value is (218,75,122). Sum of RGB (Red+Green+Blue) = 218+75+122=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B7A is #25B485. Grayscale: #7B7B7B. Windows color (decimal): -2471046 or 8014810. OLE color: 8014810.

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

Color convert

RGB 218 75 122 -
CMYK 0 0.66 0.44 0.15
HSL 340.28º 0.66% 0.57% -
HSV(B) 340.28º 0.66% 0.85% -
XYZ 34.94 21.34 20.69 -
YUV 123.12 127.38 195.68 -
System Red Green Blue C M Y K H S L
Decimal 218 75 122 0 0.66 0.44 0.15 340.28 0.66 0.57
Hex DA 4B 7A 0 42 2C F 154 42 39
Octal 332 113 172 0 102 54 17 524 102 71
Binary 11011010 1001011 1111010 0 1000010 101100 1111 101010100 1000010 111001

Color Harmonies of #DA4B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B7A

Black with #DA4B7A

Text Example


Text Example

White with #DA4B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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