Html Css Color HEX #DA617D Cranberry

📋 copy color: '#DA617D'

red 218 ◦ green 97 ◦ blue 125

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

Shades of Cranberry #DA617D

Tints of Cranberry #DA617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.05%

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

R = 49.55%
G = 22.05%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA617D (or 0xDA617D) is known color: Cranberry. HEX triplet: DA, 61 and 7D. RGB value is (218,97,125). Sum of RGB (Red+Green+Blue) = 218+97+125=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA617D is #259E82. Grayscale: #888888. Windows color (decimal): -2465411 or 8217050. OLE color: 8217050.

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

Color convert

RGB 218 97 125 -
CMYK 0 0.56 0.43 0.15
HSL 346.12º 0.62% 0.62% -
HSV(B) 346.12º 0.56% 0.85% -
XYZ 36.89 24.94 22.27 -
YUV 136.37 121.59 186.22 -
System Red Green Blue C M Y K H S L
Decimal 218 97 125 0 0.56 0.43 0.15 346.12 0.62 0.62
Hex DA 61 7D 0 38 2B F 15A 3E 3E
Octal 332 141 175 0 70 53 17 532 76 76
Binary 11011010 1100001 1111101 0 111000 101011 1111 101011010 111110 111110

Color Harmonies of #DA617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA617D

Black with #DA617D

Text Example


Text Example

White with #DA617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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