Html Css Color HEX #DA427E Cranberry

📋 copy color: '#DA427E'

red 218 ◦ green 66 ◦ blue 126

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

Shades of Cranberry #DA427E

Tints of Cranberry #DA427E

RGB

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

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

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

R = 53.17%
G = 16.1%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA427E (or 0xDA427E) is known color: Cranberry. HEX triplet: DA, 42 and 7E. RGB value is (218,66,126). Sum of RGB (Red+Green+Blue) = 218+66+126=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA427E is #25BD81. Grayscale: #767676. Windows color (decimal): -2473346 or 8274650. OLE color: 8274650.

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

Color convert

RGB 218 66 126 -
CMYK 0 0.70 0.42 0.15
HSL 336.32º 0.67% 0.56% -
HSV(B) 336.32º 0.7% 0.85% -
XYZ 34.63 20.31 21.83 -
YUV 118.29 132.36 199.12 -
System Red Green Blue C M Y K H S L
Decimal 218 66 126 0 0.70 0.42 0.15 336.32 0.67 0.56
Hex DA 42 7E 0 46 2A F 150 43 38
Octal 332 102 176 0 106 52 17 520 103 70
Binary 11011010 1000010 1111110 0 1000110 101010 1111 101010000 1000011 111000

Color Harmonies of #DA427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA427E

Black with #DA427E

Text Example


Text Example

White with #DA427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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