Html Css Color HEX #DA467F Cranberry

📋 copy color: '#DA467F'

red 218 ◦ green 70 ◦ blue 127

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

Shades of Cranberry #DA467F

Tints of Cranberry #DA467F

RGB

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

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

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

R = 52.53%
G = 16.87%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA467F (or 0xDA467F) is known color: Cranberry. HEX triplet: DA, 46 and 7F. RGB value is (218,70,127). Sum of RGB (Red+Green+Blue) = 218+70+127=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 127 (50% from 255 or 30.60% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA467F is #25B980. Grayscale: #787878. Windows color (decimal): -2472321 or 8341210. OLE color: 8341210.

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

Color convert

RGB 218 70 127 -
CMYK 0 0.68 0.42 0.15
HSL 336.89º 0.67% 0.56% -
HSV(B) 336.89º 0.68% 0.85% -
XYZ 34.93 20.82 22.26 -
YUV 120.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 218 70 127 0 0.68 0.42 0.15 336.89 0.67 0.56
Hex DA 46 7F 0 44 2A F 151 43 38
Octal 332 106 177 0 104 52 17 521 103 70
Binary 11011010 1000110 1111111 0 1000100 101010 1111 101010001 1000011 111000

Color Harmonies of #DA467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA467F

Black with #DA467F

Text Example


Text Example

White with #DA467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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