Html Css Color HEX #D6507D Cranberry

📋 copy color: '#D6507D'

red 214 ◦ green 80 ◦ blue 125

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

Shades of Cranberry #D6507D

Tints of Cranberry #D6507D

RGB

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

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

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

R = 51.07%
G = 19.09%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6507D (or 0xD6507D) is known color: Cranberry. HEX triplet: D6, 50 and 7D. RGB value is (214,80,125). Sum of RGB (Red+Green+Blue) = 214+80+125=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6507D is #29AF82. Grayscale: #7D7D7D. Windows color (decimal): -2731907 or 8212694. OLE color: 8212694.

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

Color convert

RGB 214 80 125 -
CMYK 0 0.63 0.42 0.16
HSL 339.85º 0.62% 0.58% -
HSV(B) 339.85º 0.63% 0.84% -
XYZ 34.3 21.51 21.75 -
YUV 125.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 214 80 125 0 0.63 0.42 0.16 339.85 0.62 0.58
Hex D6 50 7D 0 3F 2A 10 154 3E 3A
Octal 326 120 175 0 77 52 20 524 76 72
Binary 11010110 1010000 1111101 0 111111 101010 10000 101010100 111110 111010

Color Harmonies of #D6507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6507D

Black with #D6507D

Text Example


Text Example

White with #D6507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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