Html Css Color HEX #D65D7E Cranberry

📋 copy color: '#D65D7E'

red 214 ◦ green 93 ◦ blue 126

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

Shades of Cranberry #D65D7E

Tints of Cranberry #D65D7E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.48%

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

R = 49.42%
G = 21.48%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D65D7E (or 0xD65D7E) is known color: Cranberry. HEX triplet: D6, 5D and 7E. RGB value is (214,93,126). Sum of RGB (Red+Green+Blue) = 214+93+126=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65D7E is #29A281. Grayscale: #848484. Windows color (decimal): -2728578 or 8281558. OLE color: 8281558.

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

Color convert

RGB 214 93 126 -
CMYK 0 0.57 0.41 0.16
HSL 343.64º 0.6% 0.6% -
HSV(B) 343.64º 0.57% 0.84% -
XYZ 35.41 23.63 22.43 -
YUV 132.94 124.09 185.82 -
System Red Green Blue C M Y K H S L
Decimal 214 93 126 0 0.57 0.41 0.16 343.64 0.6 0.6
Hex D6 5D 7E 0 39 29 10 158 3C 3C
Octal 326 135 176 0 71 51 20 530 74 74
Binary 11010110 1011101 1111110 0 111001 101001 10000 101011000 111100 111100

Color Harmonies of #D65D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65D7E

Black with #D65D7E

Text Example


Text Example

White with #D65D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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