Html Css Color HEX #DA416D Cranberry

📋 copy color: '#DA416D'

red 218 ◦ green 65 ◦ blue 109

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

Shades of Cranberry #DA416D

Tints of Cranberry #DA416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.58%

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 55.61%
G = 16.58%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA416D (or 0xDA416D) is known color: Cranberry. HEX triplet: DA, 41 and 6D. RGB value is (218,65,109). Sum of RGB (Red+Green+Blue) = 218+65+109=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA416D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA416D is #25BE92. Grayscale: #737373. Windows color (decimal): -2473619 or 7160282. OLE color: 7160282.

HSL color Cylindrical-coordinate representation of color #DA416D: hue angle of 342.75º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA416D is Cyan = 0, Magento = 0.70, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 109 -
CMYK 0 0.70 0.5 0.15
HSL 342.75º 0.67% 0.55% -
HSV(B) 342.75º 0.7% 0.85% -
XYZ 33.56 19.79 16.52 -
YUV 115.76 124.19 200.92 -
System Red Green Blue C M Y K H S L
Decimal 218 65 109 0 0.70 0.5 0.15 342.75 0.67 0.55
Hex DA 41 6D 0 46 32 F 157 43 37
Octal 332 101 155 0 106 62 17 527 103 67
Binary 11011010 1000001 1101101 0 1000110 110010 1111 101010111 1000011 110111

Color Harmonies of #DA416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA416D

Black with #DA416D

Text Example


Text Example

White with #DA416D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA416D; }

 p { color: rgb(218,65,109); }

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

background-color css

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

 a { background-color: rgb(218,65,109); }

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

border-color css

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

 span { border-color: rgb(218,65,109); }

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