Html Css Color HEX #DA4D75 Cranberry

📋 copy color: '#DA4D75'

red 218 ◦ green 77 ◦ blue 117

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

Shades of Cranberry #DA4D75

Tints of Cranberry #DA4D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.69%

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 52.91%
G = 18.69%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA4D75 (or 0xDA4D75) is known color: Cranberry. HEX triplet: DA, 4D and 75. RGB value is (218,77,117). Sum of RGB (Red+Green+Blue) = 218+77+117=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA4D75 is #25B28A. Grayscale: #7B7B7B. Windows color (decimal): -2470539 or 7687642. OLE color: 7687642.

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

Color convert

RGB 218 77 117 -
CMYK 0 0.65 0.46 0.15
HSL 342.98º 0.66% 0.58% -
HSV(B) 342.98º 0.65% 0.85% -
XYZ 34.78 21.5 19.15 -
YUV 123.72 124.21 195.25 -
System Red Green Blue C M Y K H S L
Decimal 218 77 117 0 0.65 0.46 0.15 342.98 0.66 0.58
Hex DA 4D 75 0 41 2E F 157 42 3A
Octal 332 115 165 0 101 56 17 527 102 72
Binary 11011010 1001101 1110101 0 1000001 101110 1111 101010111 1000010 111010

Color Harmonies of #DA4D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4D75

Black with #DA4D75

Text Example


Text Example

White with #DA4D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4D75; }

 p { color: rgb(218,77,117); }

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

background-color css

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

 a { background-color: rgb(218,77,117); }

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

border-color css

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

 span { border-color: rgb(218,77,117); }

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