Html Css Color HEX #DA607F Cranberry

📋 copy color: '#DA607F'

red 218 ◦ green 96 ◦ blue 127

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

Shades of Cranberry #DA607F

Tints of Cranberry #DA607F

RGB

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

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

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

R = 49.43%
G = 21.77%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA607F (or 0xDA607F) is known color: Cranberry. HEX triplet: DA, 60 and 7F. RGB value is (218,96,127). Sum of RGB (Red+Green+Blue) = 218+96+127=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA607F is #259F80. Grayscale: #888888. Windows color (decimal): -2465665 or 8347866. OLE color: 8347866.

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

Color convert

RGB 218 96 127 -
CMYK 0 0.56 0.42 0.15
HSL 344.75º 0.62% 0.62% -
HSV(B) 344.75º 0.56% 0.85% -
XYZ 36.93 24.8 22.92 -
YUV 136.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 218 96 127 0 0.56 0.42 0.15 344.75 0.62 0.62
Hex DA 60 7F 0 38 2A F 159 3E 3E
Octal 332 140 177 0 70 52 17 531 76 76
Binary 11011010 1100000 1111111 0 111000 101010 1111 101011001 111110 111110

Color Harmonies of #DA607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA607F

Black with #DA607F

Text Example


Text Example

White with #DA607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA607F; }

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

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

background-color css

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

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

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

border-color css

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

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

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