Html Css Color HEX #DA417D Cranberry

📋 copy color: '#DA417D'

red 218 ◦ green 65 ◦ blue 125

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

Shades of Cranberry #DA417D

Tints of Cranberry #DA417D

RGB

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

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

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

R = 53.43%
G = 15.93%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA417D (or 0xDA417D) is known color: Cranberry. HEX triplet: DA, 41 and 7D. RGB value is (218,65,125). Sum of RGB (Red+Green+Blue) = 218+65+125=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA417D is #25BE82. Grayscale: #757575. Windows color (decimal): -2473603 or 8208858. OLE color: 8208858.

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

Color convert

RGB 218 65 125 -
CMYK 0 0.70 0.43 0.15
HSL 336.47º 0.67% 0.55% -
HSV(B) 336.47º 0.7% 0.85% -
XYZ 34.51 20.17 21.48 -
YUV 117.59 132.19 199.62 -
System Red Green Blue C M Y K H S L
Decimal 218 65 125 0 0.70 0.43 0.15 336.47 0.67 0.55
Hex DA 41 7D 0 46 2B F 150 43 37
Octal 332 101 175 0 106 53 17 520 103 67
Binary 11011010 1000001 1111101 0 1000110 101011 1111 101010000 1000011 110111

Color Harmonies of #DA417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA417D

Black with #DA417D

Text Example


Text Example

White with #DA417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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