Html Css Color HEX #DA4B7D Cranberry

📋 copy color: '#DA4B7D'

red 218 ◦ green 75 ◦ blue 125

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

Shades of Cranberry #DA4B7D

Tints of Cranberry #DA4B7D

RGB

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

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

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

R = 52.15%
G = 17.94%
B = 29.9%

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

#DA4B7D (or 0xDA4B7D) is known color: Cranberry. HEX triplet: DA, 4B and 7D. RGB value is (218,75,125). Sum of RGB (Red+Green+Blue) = 218+75+125=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B7D is #25B482. Grayscale: #7B7B7B. Windows color (decimal): -2471043 or 8211418. OLE color: 8211418.

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

Color convert

RGB 218 75 125 -
CMYK 0 0.66 0.43 0.15
HSL 339.02º 0.66% 0.57% -
HSV(B) 339.02º 0.66% 0.85% -
XYZ 35.13 21.42 21.68 -
YUV 123.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 218 75 125 0 0.66 0.43 0.15 339.02 0.66 0.57
Hex DA 4B 7D 0 42 2B F 153 42 39
Octal 332 113 175 0 102 53 17 523 102 71
Binary 11011010 1001011 1111101 0 1000010 101011 1111 101010011 1000010 111001

Color Harmonies of #DA4B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B7D

Black with #DA4B7D

Text Example


Text Example

White with #DA4B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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