Html Css Color HEX #DA4375 Cranberry

📋 copy color: '#DA4375'

red 218 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #DA4375

Tints of Cranberry #DA4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.67%

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

R = 54.23%
G = 16.67%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA4375 (or 0xDA4375) is known color: Cranberry. HEX triplet: DA, 43 and 75. RGB value is (218,67,117). Sum of RGB (Red+Green+Blue) = 218+67+117=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 117 (46.09% from 255 or 29.10% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4375 is #25BC8A. Grayscale: #757575. Windows color (decimal): -2473099 or 7685082. OLE color: 7685082.

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

Color convert

RGB 218 67 117 -
CMYK 0 0.69 0.46 0.15
HSL 340.13º 0.67% 0.56% -
HSV(B) 340.13º 0.69% 0.85% -
XYZ 34.13 20.2 18.93 -
YUV 117.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 218 67 117 0 0.69 0.46 0.15 340.13 0.67 0.56
Hex DA 43 75 0 45 2E F 154 43 38
Octal 332 103 165 0 105 56 17 524 103 70
Binary 11011010 1000011 1110101 0 1000101 101110 1111 101010100 1000011 111000

Color Harmonies of #DA4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4375

Black with #DA4375

Text Example


Text Example

White with #DA4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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