Html Css Color HEX #DA607C Cranberry

📋 copy color: '#DA607C'

red 218 ◦ green 96 ◦ blue 124

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

Shades of Cranberry #DA607C

Tints of Cranberry #DA607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.92%

 BLUE value IS 124 (48.83% from 255) = 28.31%

R = 49.77%
G = 21.92%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA607C (or 0xDA607C) is known color: Cranberry. HEX triplet: DA, 60 and 7C. RGB value is (218,96,124). Sum of RGB (Red+Green+Blue) = 218+96+124=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA607C is #259F83. Grayscale: #878787. Windows color (decimal): -2465668 or 8151258. OLE color: 8151258.

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

Color convert

RGB 218 96 124 -
CMYK 0 0.56 0.43 0.15
HSL 346.23º 0.62% 0.62% -
HSV(B) 346.23º 0.56% 0.85% -
XYZ 36.73 24.73 21.91 -
YUV 135.67 121.42 186.72 -
System Red Green Blue C M Y K H S L
Decimal 218 96 124 0 0.56 0.43 0.15 346.23 0.62 0.62
Hex DA 60 7C 0 38 2B F 15A 3E 3E
Octal 332 140 174 0 70 53 17 532 76 76
Binary 11011010 1100000 1111100 0 111000 101011 1111 101011010 111110 111110

Color Harmonies of #DA607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA607C

Black with #DA607C

Text Example


Text Example

White with #DA607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA607C; }

 p { color: rgb(218,96,124); }

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

background-color css

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

 a { background-color: rgb(218,96,124); }

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

border-color css

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

 span { border-color: rgb(218,96,124); }

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