Html Css Color HEX #DA447F Cranberry

📋 copy color: '#DA447F'

red 218 ◦ green 68 ◦ blue 127

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

Shades of Cranberry #DA447F

Tints of Cranberry #DA447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.75%

R = 52.78%
G = 16.46%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA447F (or 0xDA447F) is known color: Cranberry. HEX triplet: DA, 44 and 7F. RGB value is (218,68,127). Sum of RGB (Red+Green+Blue) = 218+68+127=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA447F is #25BB80. Grayscale: #777777. Windows color (decimal): -2472833 or 8340698. OLE color: 8340698.

HSL color Cylindrical-coordinate representation of color #DA447F: hue angle of 336.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 #DA447F is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 68 127 -
CMYK 0 0.69 0.42 0.15
HSL 336.4º 0.67% 0.56% -
HSV(B) 336.4º 0.69% 0.85% -
XYZ 34.81 20.57 22.21 -
YUV 119.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 218 68 127 0 0.69 0.42 0.15 336.4 0.67 0.56
Hex DA 44 7F 0 45 2A F 150 43 38
Octal 332 104 177 0 105 52 17 520 103 70
Binary 11011010 1000100 1111111 0 1000101 101010 1111 101010000 1000011 111000

Color Harmonies of #DA447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA447F

Black with #DA447F

Text Example


Text Example

White with #DA447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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