Html Css Color HEX #DA446B Cranberry

📋 copy color: '#DA446B'

red 218 ◦ green 68 ◦ blue 107

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

Shades of Cranberry #DA446B

Tints of Cranberry #DA446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.3%

 BLUE value IS 107 (42.19% from 255) = 27.23%

R = 55.47%
G = 17.3%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA446B (or 0xDA446B) is known color: Cranberry. HEX triplet: DA, 44 and 6B. RGB value is (218,68,107). Sum of RGB (Red+Green+Blue) = 218+68+107=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA446B is #25BB94. Grayscale: #757575. Windows color (decimal): -2472853 or 7029978. OLE color: 7029978.

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

Color convert

RGB 218 68 107 -
CMYK 0 0.69 0.51 0.15
HSL 344.4º 0.67% 0.56% -
HSV(B) 344.4º 0.69% 0.85% -
XYZ 33.63 20.1 16.02 -
YUV 117.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 218 68 107 0 0.69 0.51 0.15 344.4 0.67 0.56
Hex DA 44 6B 0 45 33 F 158 43 38
Octal 332 104 153 0 105 63 17 530 103 70
Binary 11011010 1000100 1101011 0 1000101 110011 1111 101011000 1000011 111000

Color Harmonies of #DA446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA446B

Black with #DA446B

Text Example


Text Example

White with #DA446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA446B; }

 p { color: rgb(218,68,107); }

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

background-color css

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

 a { background-color: rgb(218,68,107); }

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

border-color css

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

 span { border-color: rgb(218,68,107); }

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