Html Css Color HEX #DA427D Cranberry

📋 copy color: '#DA427D'

red 218 ◦ green 66 ◦ blue 125

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

Shades of Cranberry #DA427D

Tints of Cranberry #DA427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.14%

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 53.3%
G = 16.14%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA427D (or 0xDA427D) is known color: Cranberry. HEX triplet: DA, 42 and 7D. RGB value is (218,66,125). Sum of RGB (Red+Green+Blue) = 218+66+125=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA427D is #25BD82. Grayscale: #767676. Windows color (decimal): -2473347 or 8209114. OLE color: 8209114.

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

Color convert

RGB 218 66 125 -
CMYK 0 0.70 0.43 0.15
HSL 336.71º 0.67% 0.56% -
HSV(B) 336.71º 0.7% 0.85% -
XYZ 34.56 20.28 21.5 -
YUV 118.17 131.86 199.2 -
System Red Green Blue C M Y K H S L
Decimal 218 66 125 0 0.70 0.43 0.15 336.71 0.67 0.56
Hex DA 42 7D 0 46 2B F 151 43 38
Octal 332 102 175 0 106 53 17 521 103 70
Binary 11011010 1000010 1111101 0 1000110 101011 1111 101010001 1000011 111000

Color Harmonies of #DA427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA427D

Black with #DA427D

Text Example


Text Example

White with #DA427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA427D; }

 p { color: rgb(218,66,125); }

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

background-color css

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

 a { background-color: rgb(218,66,125); }

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

border-color css

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

 span { border-color: rgb(218,66,125); }

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