Html Css Color HEX #DA607B Cranberry

📋 copy color: '#DA607B'

red 218 ◦ green 96 ◦ blue 123

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

Shades of Cranberry #DA607B

Tints of Cranberry #DA607B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 49.89%
G = 21.97%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA607B (or 0xDA607B) is known color: Cranberry. HEX triplet: DA, 60 and 7B. RGB value is (218,96,123). Sum of RGB (Red+Green+Blue) = 218+96+123=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA607B is #259F84. Grayscale: #878787. Windows color (decimal): -2465669 or 8085722. OLE color: 8085722.

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

Color convert

RGB 218 96 123 -
CMYK 0 0.56 0.44 0.15
HSL 346.72º 0.62% 0.62% -
HSV(B) 346.72º 0.56% 0.85% -
XYZ 36.67 24.7 21.57 -
YUV 135.56 120.92 186.8 -
System Red Green Blue C M Y K H S L
Decimal 218 96 123 0 0.56 0.44 0.15 346.72 0.62 0.62
Hex DA 60 7B 0 38 2C F 15B 3E 3E
Octal 332 140 173 0 70 54 17 533 76 76
Binary 11011010 1100000 1111011 0 111000 101100 1111 101011011 111110 111110

Color Harmonies of #DA607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA607B

Black with #DA607B

Text Example


Text Example

White with #DA607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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