Html Css Color HEX #DA426F Cranberry

📋 copy color: '#DA426F'

red 218 ◦ green 66 ◦ blue 111

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

Shades of Cranberry #DA426F

Tints of Cranberry #DA426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.71%

 BLUE value IS 111 (43.75% from 255) = 28.1%

R = 55.19%
G = 16.71%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA426F (or 0xDA426F) is known color: Cranberry. HEX triplet: DA, 42 and 6F. RGB value is (218,66,111). Sum of RGB (Red+Green+Blue) = 218+66+111=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA426F is #25BD90. Grayscale: #747474. Windows color (decimal): -2473361 or 7291610. OLE color: 7291610.

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

Color convert

RGB 218 66 111 -
CMYK 0 0.70 0.49 0.15
HSL 342.24º 0.67% 0.56% -
HSV(B) 342.24º 0.7% 0.85% -
XYZ 33.73 19.95 17.11 -
YUV 116.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 218 66 111 0 0.70 0.49 0.15 342.24 0.67 0.56
Hex DA 42 6F 0 46 31 F 156 43 38
Octal 332 102 157 0 106 61 17 526 103 70
Binary 11011010 1000010 1101111 0 1000110 110001 1111 101010110 1000011 111000

Color Harmonies of #DA426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA426F

Black with #DA426F

Text Example


Text Example

White with #DA426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA426F; }

 p { color: rgb(218,66,111); }

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

background-color css

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

 a { background-color: rgb(218,66,111); }

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

border-color css

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

 span { border-color: rgb(218,66,111); }

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