Html Css Color HEX #DA417B Cranberry

📋 copy color: '#DA417B'

red 218 ◦ green 65 ◦ blue 123

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

Shades of Cranberry #DA417B

Tints of Cranberry #DA417B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 53.69%
G = 16.01%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA417B (or 0xDA417B) is known color: Cranberry. HEX triplet: DA, 41 and 7B. RGB value is (218,65,123). Sum of RGB (Red+Green+Blue) = 218+65+123=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA417B is #25BE84. Grayscale: #757575. Windows color (decimal): -2473605 or 8077786. OLE color: 8077786.

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

Color convert

RGB 218 65 123 -
CMYK 0 0.70 0.44 0.15
HSL 337.25º 0.67% 0.55% -
HSV(B) 337.25º 0.7% 0.85% -
XYZ 34.38 20.12 20.81 -
YUV 117.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 218 65 123 0 0.70 0.44 0.15 337.25 0.67 0.55
Hex DA 41 7B 0 46 2C F 151 43 37
Octal 332 101 173 0 106 54 17 521 103 67
Binary 11011010 1000001 1111011 0 1000110 101100 1111 101010001 1000011 110111

Color Harmonies of #DA417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA417B

Black with #DA417B

Text Example


Text Example

White with #DA417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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