Html Css Color HEX #D6507B Cranberry

📋 copy color: '#D6507B'

red 214 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #D6507B

Tints of Cranberry #D6507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.5%

R = 51.32%
G = 19.18%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6507B (or 0xD6507B) is known color: Cranberry. HEX triplet: D6, 50 and 7B. RGB value is (214,80,123). Sum of RGB (Red+Green+Blue) = 214+80+123=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D6507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6507B is #29AF84. Grayscale: #7C7C7C. Windows color (decimal): -2731909 or 8081622. OLE color: 8081622.

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

Color convert

RGB 214 80 123 -
CMYK 0 0.63 0.43 0.16
HSL 340.75º 0.62% 0.58% -
HSV(B) 340.75º 0.63% 0.84% -
XYZ 34.18 21.46 21.08 -
YUV 124.97 126.89 191.5 -
System Red Green Blue C M Y K H S L
Decimal 214 80 123 0 0.63 0.43 0.16 340.75 0.62 0.58
Hex D6 50 7B 0 3F 2B 10 155 3E 3A
Octal 326 120 173 0 77 53 20 525 76 72
Binary 11010110 1010000 1111011 0 111111 101011 10000 101010101 111110 111010

Color Harmonies of #D6507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6507B

Black with #D6507B

Text Example


Text Example

White with #D6507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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