Html Css Color HEX #DA5C7E Cranberry

📋 copy color: '#DA5C7E'

red 218 ◦ green 92 ◦ blue 126

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

Shades of Cranberry #DA5C7E

Tints of Cranberry #DA5C7E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 50%
G = 21.1%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA5C7E (or 0xDA5C7E) is known color: Cranberry. HEX triplet: DA, 5C and 7E. RGB value is (218,92,126). Sum of RGB (Red+Green+Blue) = 218+92+126=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C7E is #25A381. Grayscale: #858585. Windows color (decimal): -2466690 or 8281306. OLE color: 8281306.

HSL color Cylindrical-coordinate representation of color #DA5C7E: hue angle of 343.81º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C7E is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 92 126 -
CMYK 0 0.58 0.42 0.15
HSL 343.81º 0.63% 0.61% -
HSV(B) 343.81º 0.58% 0.85% -
XYZ 36.51 24.07 22.46 -
YUV 133.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 218 92 126 0 0.58 0.42 0.15 343.81 0.63 0.61
Hex DA 5C 7E 0 3A 2A F 158 3F 3D
Octal 332 134 176 0 72 52 17 530 77 75
Binary 11011010 1011100 1111110 0 111010 101010 1111 101011000 111111 111101

Color Harmonies of #DA5C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C7E

Black with #DA5C7E

Text Example


Text Example

White with #DA5C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C7E; }

 p { color: rgb(218,92,126); }

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

background-color css

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

 a { background-color: rgb(218,92,126); }

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

border-color css

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

 span { border-color: rgb(218,92,126); }

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