Html Css Color HEX #DA426D Cranberry

📋 copy color: '#DA426D'

red 218 ◦ green 66 ◦ blue 109

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

Shades of Cranberry #DA426D

Tints of Cranberry #DA426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.74%

R = 55.47%
G = 16.79%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA426D (or 0xDA426D) is known color: Cranberry. HEX triplet: DA, 42 and 6D. RGB value is (218,66,109). Sum of RGB (Red+Green+Blue) = 218+66+109=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA426D is #25BD92. Grayscale: #747474. Windows color (decimal): -2473363 or 7160538. OLE color: 7160538.

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

Color convert

RGB 218 66 109 -
CMYK 0 0.70 0.5 0.15
HSL 343.03º 0.67% 0.56% -
HSV(B) 343.03º 0.7% 0.85% -
XYZ 33.62 19.91 16.54 -
YUV 116.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 218 66 109 0 0.70 0.5 0.15 343.03 0.67 0.56
Hex DA 42 6D 0 46 32 F 157 43 38
Octal 332 102 155 0 106 62 17 527 103 70
Binary 11011010 1000010 1101101 0 1000110 110010 1111 101010111 1000011 111000

Color Harmonies of #DA426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA426D

Black with #DA426D

Text Example


Text Example

White with #DA426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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