Html Css Color HEX #D6427C Cranberry

📋 copy color: '#D6427C'

red 214 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #D6427C

Tints of Cranberry #D6427C

RGB

 RED value IS 214 (83.98% from 255) = 52.97%

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

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

R = 52.97%
G = 16.34%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6427C (or 0xD6427C) is known color: Cranberry. HEX triplet: D6, 42 and 7C. RGB value is (214,66,124). Sum of RGB (Red+Green+Blue) = 214+66+124=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6427C is #29BD83. Grayscale: #747474. Windows color (decimal): -2735492 or 8143574. OLE color: 8143574.

HSL color Cylindrical-coordinate representation of color #D6427C: hue angle of 336.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6427C is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 66 124 -
CMYK 0 0.69 0.42 0.16
HSL 336.49º 0.64% 0.55% -
HSV(B) 336.49º 0.69% 0.84% -
XYZ 33.32 19.65 21.11 -
YUV 116.86 132.03 197.28 -
System Red Green Blue C M Y K H S L
Decimal 214 66 124 0 0.69 0.42 0.16 336.49 0.64 0.55
Hex D6 42 7C 0 45 2A 10 150 40 37
Octal 326 102 174 0 105 52 20 520 100 67
Binary 11010110 1000010 1111100 0 1000101 101010 10000 101010000 1000000 110111

Color Harmonies of #D6427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6427C

Black with #D6427C

Text Example


Text Example

White with #D6427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6427C; }

 p { color: rgb(214,66,124); }

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

background-color css

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

 a { background-color: rgb(214,66,124); }

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

border-color css

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

 span { border-color: rgb(214,66,124); }

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