Html Css Color HEX #DA4675 Cranberry

📋 copy color: '#DA4675'

red 218 ◦ green 70 ◦ blue 117

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

Shades of Cranberry #DA4675

Tints of Cranberry #DA4675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

 BLUE value IS 117 (46.09% from 255) = 28.89%

R = 53.83%
G = 17.28%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA4675 (or 0xDA4675) is known color: Cranberry. HEX triplet: DA, 46 and 75. RGB value is (218,70,117). Sum of RGB (Red+Green+Blue) = 218+70+117=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4675 is #25B98A. Grayscale: #777777. Windows color (decimal): -2472331 or 7685850. OLE color: 7685850.

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

Color convert

RGB 218 70 117 -
CMYK 0 0.68 0.46 0.15
HSL 340.95º 0.67% 0.56% -
HSV(B) 340.95º 0.68% 0.85% -
XYZ 34.31 20.57 18.99 -
YUV 119.61 126.53 198.18 -
System Red Green Blue C M Y K H S L
Decimal 218 70 117 0 0.68 0.46 0.15 340.95 0.67 0.56
Hex DA 46 75 0 44 2E F 155 43 38
Octal 332 106 165 0 104 56 17 525 103 70
Binary 11011010 1000110 1110101 0 1000100 101110 1111 101010101 1000011 111000

Color Harmonies of #DA4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4675

Black with #DA4675

Text Example


Text Example

White with #DA4675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4675; }

 p { color: rgb(218,70,117); }

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

background-color css

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

 a { background-color: rgb(218,70,117); }

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

border-color css

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

 span { border-color: rgb(218,70,117); }

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