Html Css Color HEX #D6507E Cranberry

📋 copy color: '#D6507E'

red 214 ◦ green 80 ◦ blue 126

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

Shades of Cranberry #D6507E

Tints of Cranberry #D6507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.05%

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

R = 50.95%
G = 19.05%
B = 30%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6507E (or 0xD6507E) is known color: Cranberry. HEX triplet: D6, 50 and 7E. RGB value is (214,80,126). Sum of RGB (Red+Green+Blue) = 214+80+126=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6507E is #29AF81. Grayscale: #7D7D7D. Windows color (decimal): -2731906 or 8278230. OLE color: 8278230.

HSL color Cylindrical-coordinate representation of color #D6507E: hue angle of 339.4º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6507E is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 80 126 -
CMYK 0 0.63 0.41 0.16
HSL 339.4º 0.62% 0.58% -
HSV(B) 339.4º 0.63% 0.84% -
XYZ 34.37 21.54 22.08 -
YUV 125.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 214 80 126 0 0.63 0.41 0.16 339.4 0.62 0.58
Hex D6 50 7E 0 3F 29 10 153 3E 3A
Octal 326 120 176 0 77 51 20 523 76 72
Binary 11010110 1010000 1111110 0 111111 101001 10000 101010011 111110 111010

Color Harmonies of #D6507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6507E

Black with #D6507E

Text Example


Text Example

White with #D6507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6507E; }

 p { color: rgb(214,80,126); }

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

background-color css

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

 a { background-color: rgb(214,80,126); }

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

border-color css

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

 span { border-color: rgb(214,80,126); }

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