Html Css Color HEX #DA4A7D Cranberry

📋 copy color: '#DA4A7D'

red 218 ◦ green 74 ◦ blue 125

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

Shades of Cranberry #DA4A7D

Tints of Cranberry #DA4A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.75%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 52.28%
G = 17.75%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA4A7D (or 0xDA4A7D) is known color: Cranberry. HEX triplet: DA, 4A and 7D. RGB value is (218,74,125). Sum of RGB (Red+Green+Blue) = 218+74+125=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4A7D is #25B582. Grayscale: #7A7A7A. Windows color (decimal): -2471299 or 8211162. OLE color: 8211162.

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

Color convert

RGB 218 74 125 -
CMYK 0 0.66 0.43 0.15
HSL 338.75º 0.66% 0.57% -
HSV(B) 338.75º 0.66% 0.85% -
XYZ 35.06 21.28 21.66 -
YUV 122.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 218 74 125 0 0.66 0.43 0.15 338.75 0.66 0.57
Hex DA 4A 7D 0 42 2B F 153 42 39
Octal 332 112 175 0 102 53 17 523 102 71
Binary 11011010 1001010 1111101 0 1000010 101011 1111 101010011 1000010 111001

Color Harmonies of #DA4A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4A7D

Black with #DA4A7D

Text Example


Text Example

White with #DA4A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4A7D; }

 p { color: rgb(218,74,125); }

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

background-color css

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

 a { background-color: rgb(218,74,125); }

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

border-color css

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

 span { border-color: rgb(218,74,125); }

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